]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Explicitly differentiate between 5 GHz and 6 GHz modes
authorIlan Peer <ilan.peer@intel.com>
Tue, 20 Feb 2024 13:18:09 +0000 (14:18 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 2 Mar 2024 08:53:19 +0000 (10:53 +0200)
commit408a399aa4e44dfc16f1c9ee92df7aa96b1a4b4d
tree5a3dd518cdda55d6488966cbb9efb3ea0641165c
parentb532201034dd1d63f52bafe51e54e6ce13d1b194
nl80211: Explicitly differentiate between 5 GHz and 6 GHz modes

When a device supports both the 5 GHz band and the 6 GHz band,
these are reported as two separate modes, both with mode set to
HOSTAPD_MODE_IEEE80211A. However, as these are different modes,
each with its own characteristics, e.g., rates, capabilities etc.,
specifically differentiate between them by adding a flag to indicate
whether the mode describes a 6 GHz band capabilities or not.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
src/ap/hw_features.c
src/drivers/driver.h
src/drivers/driver_nl80211_capa.c
wpa_supplicant/wpa_supplicant.c