From 6d161802a853f13d340b747afb3300cca1989842 Mon Sep 17 00:00:00 2001 From: Maochen Wang Date: Mon, 12 May 2025 17:45:49 +0800 Subject: [PATCH] samples: net: wifi: nxp: supplicant enterprise enabledment on IW610 Add mbedtls config file to support enterprise mode. Signed-off-by: Maochen Wang --- samples/net/wifi/shell/nxp/overlay_hostap_hosted_mcu.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/net/wifi/shell/nxp/overlay_hostap_hosted_mcu.conf b/samples/net/wifi/shell/nxp/overlay_hostap_hosted_mcu.conf index 9a1adae6111..0c52d5fa805 100644 --- a/samples/net/wifi/shell/nxp/overlay_hostap_hosted_mcu.conf +++ b/samples/net/wifi/shell/nxp/overlay_hostap_hosted_mcu.conf @@ -17,6 +17,8 @@ CONFIG_WIFI_NM_WPA_SUPPLICANT_WPS=y # Enable mbedtls CONFIG_MBEDTLS=y CONFIG_MBEDTLS_BUILTIN=y +CONFIG_MBEDTLS_USER_CONFIG_ENABLE=y +CONFIG_MBEDTLS_USER_CONFIG_FILE="wpa_supp_dcp_mbedtls_config.h" CONFIG_ENTROPY_GENERATOR=y CONFIG_MBEDTLS_PSA_CRYPTO_C=y CONFIG_MBEDTLS_ENTROPY_C=y