Skip to content

Commit 2a064cf

Browse files
rado17rlubos
authored andcommitted
[nrf noup] samples: net: wifi: Changes for EAP-TLS support
Enable wifi sample to connect in EAP-TLS mode. Create sample certificates. Signed-off-by: Ravi Dondaputi <[email protected]> (cherry picked from commit d4911e8)
1 parent 52b622e commit 2a064cf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

samples/net/wifi/overlay-enterprise.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ CONFIG_NET_BUF_RX_COUNT=36
77
# For TLS and X.509 processing MbedTLS needs large heap size and using separate heap
88
# for MbedTLS gives us more control over the heap size.
99
CONFIG_MBEDTLS_ENABLE_HEAP=y
10-
CONFIG_MBEDTLS_HEAP_SIZE=55000
10+
CONFIG_MBEDTLS_HEAP_SIZE=70000

samples/net/wifi/prj.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ CONFIG_NET_STATISTICS_PERIODIC_OUTPUT=n
3131
CONFIG_WIFI=y
3232
CONFIG_WIFI_LOG_LEVEL_ERR=y
3333
CONFIG_NET_L2_WIFI_SHELL=y
34+
35+
CONFIG_MBEDTLS_ENABLE_HEAP=y
36+
CONFIG_MBEDTLS_HEAP_SIZE=70000
37+
3438
# printing of scan results puts pressure on queues in new locking
3539
# design in net_mgmt. So, use a higher timeout for a crowded
3640
# environment.

0 commit comments

Comments
 (0)