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 055c4a0 commit 0953ea0Copy full SHA for 0953ea0
modules/hostap/CMakeLists.txt
@@ -212,12 +212,15 @@ zephyr_library_sources(
212
${HOSTAP_SRC_BASE}/eap_server/eap_server_identity.c
213
${HOSTAP_SRC_BASE}/eap_server/eap_server_methods.c
214
${HOSTAP_SRC_BASE}/eapol_auth/eapol_auth_sm.c
215
- ${HOSTAP_SRC_BASE}/ap/mbo_ap.c
216
${HOSTAP_SRC_BASE}/ap/ctrl_iface_ap.c
217
${HOSTAP_SRC_BASE}/utils/crc32.c
218
${HOSTAP_SRC_BASE}/utils/ip_addr.c
219
)
220
+if (CONFIG_WIFI_NM_WPA_SUPPLICANT_MBO)
221
+ zephyr_library_sources(${HOSTAP_SRC_BASE}/ap/mbo_ap.c)
222
+endif()
223
+
224
zephyr_library_sources_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_11AX
225
${HOSTAP_SRC_BASE}/ap/ieee802_11_he.c
226
0 commit comments