Skip to content

Commit 4072594

Browse files
MaochenWang1kartben
authored andcommitted
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 <[email protected]>
1 parent 13f473d commit 4072594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/hostap/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_AP
224224
CONFIG_NO_ACCOUNTING
225225
NEED_AP_MLME
226226
CONFIG_IEEE80211AC
227-
CONFIG_EAP_SERVER
228-
CONFIG_EAP_SERVER_IDENTITY
227+
EAP_SERVER
228+
EAP_SERVER_IDENTITY
229229
)
230230

231231
zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_11AX

0 commit comments

Comments
 (0)