]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add an option to remove RRM and supported operating class indication
authorChaitanya Tata <chaitanya.mgit@gmail.com>
Mon, 27 Nov 2023 19:03:58 +0000 (00:33 +0530)
committerJouni Malinen <j@w1.fi>
Sun, 3 Dec 2023 09:43:43 +0000 (11:43 +0200)
commit6ed8eba00d9f9d34be9b4f80ec57b7f86eba6b5b
treef7264b3517547c41701776e048ea5035145d9d7a
parent4b80ad11943ad61432eb4bcf1dcd0b8ff1ea07c4
Add an option to remove RRM and supported operating class indication

Removing radio measurements and supported operating class indication
might be needed to reduce binary size for a memory constrained system
that does not need more advanced features. However, removing these is
not recommended since they can help the AP manage the network and STA
steering.

By default this functionality is enabled.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
12 files changed:
src/ap/hostapd.c
src/ap/ieee802_11.c
wpa_supplicant/Android.mk
wpa_supplicant/Makefile
wpa_supplicant/android.config
wpa_supplicant/ctrl_iface.c
wpa_supplicant/defconfig
wpa_supplicant/dpp_supplicant.c
wpa_supplicant/events.c
wpa_supplicant/scan.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c