]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_supplicant: Add HE override support
authorP Praneesh <ppranees@codeaurora.org>
Mon, 9 Mar 2020 10:53:50 +0000 (16:23 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 30 Mar 2020 09:55:01 +0000 (12:55 +0300)
commit7c8f540ee0a8b95026bf2683ca9a3f44d39d0c40
tree6537a01a7fdbe157bd352b5f88207fc98ccb52c9
parente149051ced781ef7b29ae47e98c6d06e4e666f68
wpa_supplicant: Add HE override support

Add HE override support under the build parameter CONFIG_HE_OVERRIDES=y.
The disable_he=1 network profile parameter can be used to disable HE.
This requires a fallback to VHT on the 5 GHz band and to HT on the 2.4
GHz band.

There is no nl80211 support for configuring the driver to disable HE, so
for now, this applies only to IBSS and mesh cases.

Signed-off-by: P Praneesh <ppranees@codeaurora.org>
src/drivers/driver.h
wpa_supplicant/Android.mk
wpa_supplicant/Makefile
wpa_supplicant/config.c
wpa_supplicant/config_file.c
wpa_supplicant/config_ssid.h
wpa_supplicant/sme.c
wpa_supplicant/wpa_cli.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h