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>
This commit is contained in:
Chaitanya Tata 2023-11-28 00:33:58 +05:30 committed by Jouni Malinen
parent 4b80ad1194
commit 6ed8eba00d
12 changed files with 64 additions and 6 deletions

View file

@ -557,7 +557,9 @@ void hostapd_free_hapd_data(struct hostapd_data *hapd)
hapd->setup_complete_cb = NULL;
#endif /* CONFIG_MESH */
#ifndef CONFIG_NO_RRM
hostapd_clean_rrm(hapd);
#endif /* CONFIG_NO_RRM */
fils_hlp_deinit(hapd);
#ifdef CONFIG_OCV