We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3435608 commit 965dae6Copy full SHA for 965dae6
modules/hostap/CMakeLists.txt
@@ -383,6 +383,8 @@ zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_HOSTAPD_WPS
383
384
zephyr_library_sources_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
385
${HOSTAP_SRC_BASE}/eap_common/eap_common.c
386
+ ${HOSTAP_SRC_BASE}/eap_peer/eap_tls_common.c
387
+
388
)
389
390
zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
@@ -392,7 +394,6 @@ zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_EN
392
394
393
395
zephyr_library_sources_ifdef(CONFIG_EAP_TLS
396
${HOSTAP_SRC_BASE}/eap_peer/eap_tls.c
- ${HOSTAP_SRC_BASE}/eap_peer/eap_tls_common.c
397
398
399
zephyr_library_compile_definitions_ifdef(CONFIG_EAP_TLS
0 commit comments