diff --git a/modules/hostap/CMakeLists.txt b/modules/hostap/CMakeLists.txt index a3bfdc84e14d2c..79fec27841d581 100644 --- a/modules/hostap/CMakeLists.txt +++ b/modules/hostap/CMakeLists.txt @@ -251,8 +251,10 @@ zephyr_library_sources_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_NONE # FIXME: why do we need these when crypto is not selected? ${HOSTAP_SRC_BASE}/crypto/aes-wrap.c + ${HOSTAP_SRC_BASE}/crypto/aes-unwrap.c ${HOSTAP_SRC_BASE}/crypto/aes-internal.c ${HOSTAP_SRC_BASE}/crypto/aes-internal-enc.c + ${HOSTAP_SRC_BASE}/crypto/aes-internal-dec.c ${HOSTAP_SRC_BASE}/crypto/aes-omac1.c ${HOSTAP_SRC_BASE}/crypto/md5.c ${HOSTAP_SRC_BASE}/crypto/md5-internal.c