Skip to content

Commit

Permalink
Revert "[nrf noup] hostap: Avoid double-definition of base64 APIs"
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
krish2718 authored and PerMac committed Dec 18, 2024
1 parent f5efb38 commit 7c3bd68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/hostap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ zephyr_library_sources(
${HOSTAP_SRC_BASE}/drivers/driver_common.c
${HOSTAP_SRC_BASE}/drivers/drivers.c
${HOSTAP_SRC_BASE}/utils/crc32.c
${HOSTAP_SRC_BASE}/utils/base64.c
${HOSTAP_SRC_BASE}/utils/common.c
${HOSTAP_SRC_BASE}/utils/wpabuf.c
${HOSTAP_SRC_BASE}/utils/bitfield.c
Expand Down

0 comments on commit 7c3bd68

Please sign in to comment.