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:
parent
1bf86f08fb
commit
f23f2deda8
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue