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 25, 2024
1 parent ba5109a commit a17332b
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 @@ -222,8 +222,8 @@ zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_AP
NEED_AP_MLME
CONFIG_IEEE80211AC
CONFIG_IEEE80211AX
CONFIG_EAP_SERVER
CONFIG_EAP_SERVER_IDENTITY
EAP_SERVER
EAP_SERVER_IDENTITY
)

zephyr_include_directories_ifdef(CONFIG_WIFI_NM_HOSTAPD_AP
Expand Down

0 comments on commit a17332b

Please sign in to comment.