[PATCH 0/2] Rework disable_eht
Nicolas Escande
nico.escande at gmail.com
Wed Mar 4 06:39:48 PST 2026
So the first patch is quite obvious, this add the missing bits to disable
EHT on a per nortwork basis like what was done for disable_he and others.
The second one adds a new compile time option CONFIG_HE_OVERRIDES to hide
all the disable_eht stuff like what we had for HT/VHT/HE with the dedicated
CONFIG_HT_OVERRIDES / CONFIG_VHT_OVERRIDES / CONFIG_HE_OVERRIDES
Si I know this one can be controvertial as it would mean existing users would
loose this unless they update their defconfig. But I think very few people
are using this and it is mostly for test purposes. So hopefully updating the
example defconfig should help too.
For me having code uniformity holds a great deal of value
Nicolas Escande (2):
AP: Respect disable_eht network config option
wpa_supplicant: add CONFIG_EHT_OVERRIDES
src/drivers/driver.h | 2 ++
src/drivers/driver_nl80211.c | 2 ++
tests/hwsim/example-wpa_supplicant.config | 1 +
wpa_supplicant/Android.mk | 4 ++++
wpa_supplicant/Makefile | 4 ++++
wpa_supplicant/ap.c | 5 +++++
wpa_supplicant/config.c | 2 ++
wpa_supplicant/config_file.c | 2 ++
wpa_supplicant/config_ssid.h | 2 ++
wpa_supplicant/defconfig | 3 +++
wpa_supplicant/sme.c | 2 ++
wpa_supplicant/wpa_cli.c | 2 ++
wpa_supplicant/wpa_supplicant.c | 6 ++++++
13 files changed, 37 insertions(+)
--
2.53.0
More information about the Hostap
mailing list