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 a8418c6 commit 298ebafCopy full SHA for 298ebaf
modules/hostap/CMakeLists.txt
@@ -432,13 +432,16 @@ zephyr_library_compile_definitions_ifdef(CONFIG_EAP_GTC
432
zephyr_library_sources_ifdef(CONFIG_EAP_MSCHAPV2
433
${HOSTAP_SRC_BASE}/eap_peer/eap_mschapv2.c
434
${HOSTAP_SRC_BASE}/eap_peer/mschapv2.c
435
- ${HOSTAP_SRC_BASE}/eap_common/chap.c
436
)
437
438
zephyr_library_compile_definitions_ifdef(CONFIG_EAP_MSCHAPV2
439
EAP_MSCHAPv2
440
441
+if(CONFIG_EAP_TTLS OR CONFIG_EAP_MSCHAPV2)
442
+ zephyr_library_sources(${HOSTAP_SRC_BASE}/eap_common/chap.c)
443
+endif()
444
+
445
zephyr_library_sources_ifdef(CONFIG_EAP_LEAP
446
${HOSTAP_SRC_BASE}/eap_peer/eap_leap.c
447
0 commit comments