Skip to content

Commit 86a1af1

Browse files
rado17fabiobaltieri
authored andcommitted
snippets: wifi-enterprise: Enable runtime certificates
Enable `RUNTIME_CERTIFICATES` for all nRF builds which use wifi-enterprise snippet. Signed-off-by: Ravi Dondaputi <[email protected]>
1 parent 5ed7d8b commit 86a1af1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

snippets/wifi/wifi-enterprise/wifi-enterprise-nrf-ns.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
CONFIG_MBEDTLS_HEAP_SIZE=75000
44
CONFIG_LTO=y
55
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
6-
CONFIG_WIFI_CREDENTIALS_RUNTIME_CERTIFICATES=y
7-
CONFIG_WIFI_SHELL_RUNTIME_CERTIFICATES=y
86
CONFIG_TLS_CREDENTIALS_BACKEND_PROTECTED_STORAGE=y
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# For TLS and X.509 processing MbedTLS needs large heap size and using separate heap
22
# for MbedTLS gives us more control over the heap size.
33
CONFIG_MBEDTLS_HEAP_SIZE=75000
4+
CONFIG_WIFI_CREDENTIALS_RUNTIME_CERTIFICATES=y
5+
CONFIG_WIFI_SHELL_RUNTIME_CERTIFICATES=y

0 commit comments

Comments
 (0)