File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_WPS
288288zephyr_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
330335zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
You can’t perform that action at this time.
0 commit comments