Skip to content

Commit

Permalink
hostap: use the correct config for EAP_SERVER
Browse files Browse the repository at this point in the history
Should use EAP_SERVER and EAP_SERVER_IDENTITY as the correct config,
for the AP WPS case.

Signed-off-by: Maochen Wang <maochen.wang@nxp.com>
  • Loading branch information
MaochenWang1 committed Oct 31, 2024
1 parent 254a73e commit 921e839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/hostap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 921e839

Please sign in to comment.