From f23f2deda8972e9a54d58203c15d93f9fb2cd1cc Mon Sep 17 00:00:00 2001 From: Maochen Wang Date: Sat, 30 Nov 2024 03:15:24 +0800 Subject: [PATCH] hostap: Extend EAP_ALL config option Extend EAP_ALL config option to Zephyr supported. Signed-off-by: Maochen Wang --- modules/hostap/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/hostap/Kconfig b/modules/hostap/Kconfig index 00a8e51f2ad..d61cdce704e 100644 --- a/modules/hostap/Kconfig +++ b/modules/hostap/Kconfig @@ -240,6 +240,10 @@ config EAP_FAST config EAP_ALL bool "All EAP methods support" select EAP_TLS + select EAP_PEAP + select EAP_GTC + select EAP_TTLS + select EAP_MSCHAPV2 default y if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE config WIFI_NM_WPA_SUPPLICANT_WPA3