We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed7d8b commit 86a1af1Copy full SHA for 86a1af1
snippets/wifi/wifi-enterprise/wifi-enterprise-nrf-ns.conf
@@ -3,6 +3,4 @@
3
CONFIG_MBEDTLS_HEAP_SIZE=75000
4
CONFIG_LTO=y
5
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
6
-CONFIG_WIFI_CREDENTIALS_RUNTIME_CERTIFICATES=y
7
-CONFIG_WIFI_SHELL_RUNTIME_CERTIFICATES=y
8
CONFIG_TLS_CREDENTIALS_BACKEND_PROTECTED_STORAGE=y
snippets/wifi/wifi-enterprise/wifi-enterprise-nrf.conf
@@ -1,3 +1,5 @@
1
# For TLS and X.509 processing MbedTLS needs large heap size and using separate heap
2
# for MbedTLS gives us more control over the heap size.
+CONFIG_WIFI_CREDENTIALS_RUNTIME_CERTIFICATES=y
+CONFIG_WIFI_SHELL_RUNTIME_CERTIFICATES=y
0 commit comments