From 31913efcbf060ea64fee9bbbe46d18c2ae0b80e6 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Wed, 26 Mar 2025 00:15:22 +0530 Subject: [PATCH] snippets: wifi-enterprise: Add support for TLS credentials Enable TLS credentials shell to manager Wi-Fi enterprise certs. Signed-off-by: Chaitanya Tata --- snippets/wifi-enterprise/wifi-enterprise.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/snippets/wifi-enterprise/wifi-enterprise.conf b/snippets/wifi-enterprise/wifi-enterprise.conf index 250e6461155..cf7754989ba 100644 --- a/snippets/wifi-enterprise/wifi-enterprise.conf +++ b/snippets/wifi-enterprise/wifi-enterprise.conf @@ -6,3 +6,11 @@ CONFIG_NET_BUF_VARIABLE_DATA_SIZE=y # for MbedTLS gives us more control over the heap size. CONFIG_MBEDTLS_ENABLE_HEAP=y CONFIG_MBEDTLS_HEAP_SIZE=70000 + +# For use with TLS credentials +CONFIG_TLS_CREDENTIALS_SHELL=y +CONFIG_BASE64=y +CONFIG_TLS_CREDENTIALS=y +CONFIG_TLS_CREDENTIALS_SHELL_CRED_BUF_SIZE=8192 +CONFIG_TLS_MAX_CREDENTIALS_NUMBER=6 +CONFIG_HEAP_MEM_POOL_ADD_SIZE_TLS_CRED_SHELL=9000