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:
parent
1551a1323d
commit
3cda9ec517
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue