File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -383,6 +383,9 @@ zephyr_library_sources_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_WPS
383383 ${HOSTAP_SRC_BASE} /wps/wps_enrollee.c
384384 ${HOSTAP_SRC_BASE} /wps/wps_registrar.c
385385 ${HOSTAP_SRC_BASE} /crypto/dh_groups.c
386+ ${HOSTAP_SRC_BASE} /eap_server/eap_server_wsc.c
387+ ${HOSTAP_SRC_BASE} /eap_server/eap_server.c
388+ ${HOSTAP_SRC_BASE} /eap_server/eap_server_methods.c
386389)
387390
388391zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_P2P
@@ -394,6 +397,7 @@ zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_P2P
394397zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_WPS
395398 CONFIG_WPS
396399 EAP_WSC
400+ EAP_SERVER_WSC
397401)
398402
399403zephyr_library_sources_ifdef(CONFIG_WIFI_NM_HOSTAPD_WPS
You can’t perform that action at this time.
0 commit comments