From 3f2610c6ddefffb92910455e4e82f32044f85a02 Mon Sep 17 00:00:00 2001 From: Rex Chen Date: Mon, 16 Dec 2024 20:00:20 +0900 Subject: [PATCH] net: wifi: shell: add EAP server types for EAP_SERVER_ALL Add EAP server types for EAP_SERVER_ALL, and enable it by default. Signed-off-by: Rex Chen --- modules/hostap/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/hostap/Kconfig b/modules/hostap/Kconfig index 99f1495aaa8fca..3146a1f7ed4d10 100644 --- a/modules/hostap/Kconfig +++ b/modules/hostap/Kconfig @@ -308,6 +308,10 @@ config EAP_SERVER_TTLS config EAP_SERVER_ALL bool "All EAP methods support" select EAP_SERVER_TLS + select EAP_SERVER_MSCHAPV2 + select EAP_SERVER_PEAP + select EAP_SERVER_GTC + select EAP_SERVER_TTLS default y if WIFI_NM_HOSTAPD_CRYPTO_ENTERPRISE config WIFI_NM_WPA_SUPPLICANT_BSS_MAX_IDLE_TIME