Skip to content

Commit 1247f1d

Browse files
committed
Revert "[nrf noup] hostap: Avoid double-definition of base64 APIs"
nrf-squash! [nrf noup] hostap: Avoid double-definition of base64 AP This reverts commit 4bbe53c. The file definitions have been modified to include "hostap" namespace, so, this file is must for build. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 9edbdaf commit 1247f1d

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
@@ -106,6 +106,7 @@ zephyr_library_sources(
106106
${HOSTAP_SRC_BASE}/drivers/driver_common.c
107107
${HOSTAP_SRC_BASE}/drivers/drivers.c
108108
${HOSTAP_SRC_BASE}/utils/crc32.c
109+
${HOSTAP_SRC_BASE}/utils/base64.c
109110
${HOSTAP_SRC_BASE}/utils/common.c
110111
${HOSTAP_SRC_BASE}/utils/wpabuf.c
111112
${HOSTAP_SRC_BASE}/utils/bitfield.c

0 commit comments

Comments
 (0)