modules: hostap: Fix build error with AP and WPA3

The comeback token functionality is now moved to a separate file.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
Chaitanya Tata 2024-11-20 12:05:19 +05:30 committed by David Leach
parent 1551a1323d
commit 3cda9ec517

View file

@ -187,6 +187,7 @@ zephyr_library_sources(
${HOSTAP_SRC_BASE}/ap/hw_features.c
${HOSTAP_SRC_BASE}/ap/ieee802_11_auth.c
${HOSTAP_SRC_BASE}/ap/ieee802_11.c
${HOSTAP_SRC_BASE}/ap/comeback_token.c
${HOSTAP_SRC_BASE}/ap/ieee802_11_ht.c
${HOSTAP_SRC_BASE}/ap/ieee802_11_shared.c
${HOSTAP_SRC_BASE}/ap/ieee802_11_vht.c