Skip to content

libwifi: nlwifi: Update supp stds with WIFI_AX flag

Filip Matusiak requested to merge fm-dev-20210331 into devel

This change only updates supp standards flag based on the availability of NL80211_BAND_ATTR_IFTYPE_DATA attr in caps for given band.

Next step would be to properly parse the capabilities and update wifi_caps with HE MAC and PHY capabilities - similarily as already done for HT & VHT. This however requires changes in implementation of wifi.h: wifi_caps.he has to become an array of structs of type wifi_caps_he indexed with HE iftype, to separate caps for Sta, Ap and Mesh HE iftypes.

Signed-off-by: Filip Matusiak filip.matusiak@iopsys.eu

Merge request reports