From 7c3bd68895d63ae72906cfd2722a482209a12272 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Mon, 16 Dec 2024 14:30:10 +0530 Subject: [PATCH] Revert "[nrf noup] hostap: Avoid double-definition of base64 APIs" nrf-squash! [nrf noup] hostap: Avoid double-definition of base64 AP This reverts commit 4bbe53c6a9d56513f96cf0d6bd8b776c24359cf7. The file definitions have been modified to include "hostap" namespace, so, this file is must for build. Signed-off-by: Chaitanya Tata --- modules/hostap/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hostap/CMakeLists.txt b/modules/hostap/CMakeLists.txt index 9a0fd21d2cb..e1bd8c6c232 100644 --- a/modules/hostap/CMakeLists.txt +++ b/modules/hostap/CMakeLists.txt @@ -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