Skip to content

Commit

Permalink
hostap: fix build error when WPS enabled
Browse files Browse the repository at this point in the history
Fix build error of multiple definition of `dh5_init' in
crypto_mbedtls_alt.c when WPS enabled.

Signed-off-by: Maochen Wang <[email protected]>
  • Loading branch information
MaochenWang1 authored and danieldegrasse committed Oct 21, 2024
1 parent 1d3f477 commit f5cc0f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/hostap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ zephyr_library_sources_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_WPS
${HOSTAP_SRC_BASE}/wps/wps_enrollee.c
${HOSTAP_SRC_BASE}/wps/wps_registrar.c
${HOSTAP_SRC_BASE}/crypto/dh_groups.c
${HOSTAP_SRC_BASE}/crypto/dh_group5.c
)

zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_P2P
Expand Down

0 comments on commit f5cc0f0

Please sign in to comment.