From e419d717d53d30fcbdb889c38087d5f14c49ad2a Mon Sep 17 00:00:00 2001 From: Ravi Dondaputi Date: Tue, 16 Sep 2025 11:59:09 +0530 Subject: [PATCH] [nrf fromtree] snippets: wifi-enterprise: Enable runtime certificates Enable `RUNTIME_CERTIFICATES` for all nRF builds which use wifi-enterprise snippet. Signed-off-by: Ravi Dondaputi (cherry picked from commit 86a1af135038e5453566d518970d99fbf5074d25) --- snippets/wifi/wifi-enterprise/wifi-enterprise-nrf-ns.conf | 2 -- snippets/wifi/wifi-enterprise/wifi-enterprise-nrf.conf | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/wifi/wifi-enterprise/wifi-enterprise-nrf-ns.conf b/snippets/wifi/wifi-enterprise/wifi-enterprise-nrf-ns.conf index dd33192d180..634b913218b 100644 --- a/snippets/wifi/wifi-enterprise/wifi-enterprise-nrf-ns.conf +++ b/snippets/wifi/wifi-enterprise/wifi-enterprise-nrf-ns.conf @@ -3,6 +3,4 @@ CONFIG_MBEDTLS_HEAP_SIZE=75000 CONFIG_LTO=y CONFIG_ISR_TABLES_LOCAL_DECLARATION=y -CONFIG_WIFI_CREDENTIALS_RUNTIME_CERTIFICATES=y -CONFIG_WIFI_SHELL_RUNTIME_CERTIFICATES=y CONFIG_TLS_CREDENTIALS_BACKEND_PROTECTED_STORAGE=y diff --git a/snippets/wifi/wifi-enterprise/wifi-enterprise-nrf.conf b/snippets/wifi/wifi-enterprise/wifi-enterprise-nrf.conf index a52390c1687..d66e7ceeadb 100644 --- a/snippets/wifi/wifi-enterprise/wifi-enterprise-nrf.conf +++ b/snippets/wifi/wifi-enterprise/wifi-enterprise-nrf.conf @@ -1,3 +1,5 @@ # For TLS and X.509 processing MbedTLS needs large heap size and using separate heap # for MbedTLS gives us more control over the heap size. CONFIG_MBEDTLS_HEAP_SIZE=75000 +CONFIG_WIFI_CREDENTIALS_RUNTIME_CERTIFICATES=y +CONFIG_WIFI_SHELL_RUNTIME_CERTIFICATES=y