Skip to content

Commit a075101

Browse files
rado17kapbh
authored andcommitted
[nrf fromlist] modules: hostap: Add support for P2P GO mode ops
Enable build time configs required for supporting P2P GO mode. Upstream PR #: 97183 Signed-off-by: Ravi Dondaputi <[email protected]>
1 parent 0b92109 commit a075101

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/hostap/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

388391
zephyr_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
394397
zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_WPS
395398
CONFIG_WPS
396399
EAP_WSC
400+
EAP_SERVER_WSC
397401
)
398402

399403
zephyr_library_sources_ifdef(CONFIG_WIFI_NM_HOSTAPD_WPS

0 commit comments

Comments
 (0)