hostap: Extend EAP_ALL config option

Extend EAP_ALL config option to Zephyr supported.

Signed-off-by: Maochen Wang <maochen.wang@nxp.com>
This commit is contained in:
Maochen Wang 2024-11-30 03:15:24 +08:00 committed by Benjamin Cabé
parent 1bf86f08fb
commit f23f2deda8

View file

@ -240,6 +240,10 @@ config EAP_FAST
config EAP_ALL config EAP_ALL
bool "All EAP methods support" bool "All EAP methods support"
select EAP_TLS select EAP_TLS
select EAP_PEAP
select EAP_GTC
select EAP_TTLS
select EAP_MSCHAPV2
default y if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE default y if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
config WIFI_NM_WPA_SUPPLICANT_WPA3 config WIFI_NM_WPA_SUPPLICANT_WPA3