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