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:
parent
ef5dda3378
commit
786fee7ae5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue