Skip to content

Commit 1bfa73d

Browse files
fengming-yenashif
authored andcommitted
hostap: add enterprise source files in cmake
Add enterprise needed source files. Signed-off-by: Fengming Ye <[email protected]>
1 parent bdb0768 commit 1bfa73d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/hostap/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_WPS
288288
zephyr_library_sources_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
289289
${HOSTAP_SRC_BASE}/eap_peer/eap_tls.c
290290
${HOSTAP_SRC_BASE}/eap_peer/eap_tls_common.c
291+
${HOSTAP_SRC_BASE}/eap_common/eap_common.c
291292

292293
${HOSTAP_SRC_BASE}/eap_peer/eap_peap.c
293294
${HOSTAP_SRC_BASE}/eap_common/eap_peap_common.c
@@ -325,6 +326,10 @@ zephyr_library_sources_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
325326
${HOSTAP_SRC_BASE}/eap_common/eap_ikev2_common.c
326327
${HOSTAP_SRC_BASE}/eap_common/ikev2_common.c
327328

329+
${HOSTAP_SRC_BASE}/eap_peer/eap_sim.c
330+
${HOSTAP_SRC_BASE}/eap_common/eap_sim_common.c
331+
332+
${HOSTAP_SRC_BASE}/eap_peer/eap_aka.c
328333
)
329334

330335
zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE

0 commit comments

Comments
 (0)