Skip to content

Commit 3cda9ec

Browse files
krish2718dleach02
authored andcommitted
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 <[email protected]>
1 parent 1551a13 commit 3cda9ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/hostap/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ zephyr_library_sources(
187187
${HOSTAP_SRC_BASE}/ap/hw_features.c
188188
${HOSTAP_SRC_BASE}/ap/ieee802_11_auth.c
189189
${HOSTAP_SRC_BASE}/ap/ieee802_11.c
190+
${HOSTAP_SRC_BASE}/ap/comeback_token.c
190191
${HOSTAP_SRC_BASE}/ap/ieee802_11_ht.c
191192
${HOSTAP_SRC_BASE}/ap/ieee802_11_shared.c
192193
${HOSTAP_SRC_BASE}/ap/ieee802_11_vht.c

0 commit comments

Comments
 (0)