From 407259462c507692e1d6b4e52f23c26aa58ee14b Mon Sep 17 00:00:00 2001 From: Maochen Wang Date: Mon, 14 Oct 2024 16:19:06 +0800 Subject: [PATCH] hostap: use the correct config for EAP_SERVER Should use EAP_SERVER and EAP_SERVER_IDENTITY as the correct config, for the WPS case of AP. Signed-off-by: Maochen Wang --- modules/hostap/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hostap/CMakeLists.txt b/modules/hostap/CMakeLists.txt index 929f5053841..d15546276da 100644 --- a/modules/hostap/CMakeLists.txt +++ b/modules/hostap/CMakeLists.txt @@ -224,8 +224,8 @@ zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_AP CONFIG_NO_ACCOUNTING NEED_AP_MLME CONFIG_IEEE80211AC - CONFIG_EAP_SERVER - CONFIG_EAP_SERVER_IDENTITY + EAP_SERVER + EAP_SERVER_IDENTITY ) zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_11AX