Skip to content

Commit 1551a13

Browse files
krish2718dleach02
authored andcommitted
modules: hostap: Fix build error with upmerge
These files are now unconditiaonlly included, the defines within the file takes care of both enable and disable of the feature. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 6b8546d commit 1551a13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/hostap/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ zephyr_library_sources(
133133
${WIFI_NM_WPA_SUPPLICANT_BASE}/ctrl_iface_zephyr.c
134134
${WIFI_NM_WPA_SUPPLICANT_BASE}/wpa_cli_zephyr.c
135135
136+
${HOSTAP_SRC_BASE}/rsn_supp/pmksa_cache.c
137+
${HOSTAP_SRC_BASE}/common/ptksa_cache.c
138+
136139
# Zephyr specific files (glue code)
137140
src/supp_main.c
138141
src/supp_api.c
@@ -563,7 +566,6 @@ zephyr_library_sources_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_EAPOL
563566
${HOSTAP_SRC_BASE}/eap_peer/eap.c
564567
${HOSTAP_SRC_BASE}/eap_peer/eap_methods.c
565568
${HOSTAP_SRC_BASE}/eap_common/eap_common.c
566-
${HOSTAP_SRC_BASE}/rsn_supp/pmksa_cache.c
567569
)
568570
569571
zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_EAPOL

0 commit comments

Comments
 (0)