hostap: Fix WFA mandatory features

MBO and WMM-AC are mandatory for WFA certification, so cannot be
disabled for memory saving.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
Chaitanya Tata 2023-11-23 21:24:19 +05:30 committed by Alberto Escolar
parent ef5dda3378
commit 786fee7ae5
1 changed files with 3 additions and 2 deletions

View File

@ -74,12 +74,13 @@ config WIFI_NM_WPA_SUPPLICANT_ROBUST_AV
bool "Robust Audio Video streaming support"
default y
# Hidden as these are mandatory for WFA certification
config WIFI_NM_WPA_SUPPLICANT_WMM_AC
bool "WMM admission control"
bool
default y
config WIFI_NM_WPA_SUPPLICANT_MBO
bool "Agile Multiband support"
bool
default y
config WIFI_NM_WPA_SUPPLICANT_WNM