Skip to content

Commit 8e898fa

Browse files
committed
[nrf fromlist] snippets: wifi-enterprise: Add support for TLS credentials
Enable TLS credentials shell to manager Wi-Fi enterprise certs. Upstream PR #: 87656 Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 2ce2fc1 commit 8e898fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

snippets/wifi-enterprise/wifi-enterprise.conf

+8
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ CONFIG_NET_BUF_VARIABLE_DATA_SIZE=y
66
# for MbedTLS gives us more control over the heap size.
77
CONFIG_MBEDTLS_ENABLE_HEAP=y
88
CONFIG_MBEDTLS_HEAP_SIZE=70000
9+
10+
# For use with TLS credentials
11+
CONFIG_TLS_CREDENTIALS_SHELL=y
12+
CONFIG_BASE64=y
13+
CONFIG_TLS_CREDENTIALS=y
14+
CONFIG_TLS_CREDENTIALS_SHELL_CRED_BUF_SIZE=8192
15+
CONFIG_TLS_MAX_CREDENTIALS_NUMBER=6
16+
CONFIG_HEAP_MEM_POOL_ADD_SIZE_TLS_CRED_SHELL=9000

0 commit comments

Comments
 (0)