Skip to content

libwifi: nlwifi: Check and get AX capabilities

Filip Matusiak requested to merge fm-dev-20210406 into devel
  1. update supp standards flag based on the availability of NL80211_BAND_ATTR_IFTYPE_DATA attr in caps for given band.

  2. change type of wifi_caps.he to array of structs of type wifi_caps_he indexed with HE iftype, to separate caps for Sta, Ap and Mesh HE iftypes.

  3. parse the capabilities and update wifi_caps with HE MAC and PHY capabilities - similarily as already done for HT & VHT.

Edited by Filip Matusiak

Merge request reports