Skip to content

Commit 73a147f

Browse files
committed
Revert "[nrf noup] samples: net: wifi: Changes for EAP-TLS support"
This reverts commit 38d709d. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent aad40b6 commit 73a147f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

samples/net/wifi/shell/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=70000
10+
CONFIG_MBEDTLS_HEAP_SIZE=55000

samples/net/wifi/shell/prj.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ 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-
3834
# printing of scan results puts pressure on queues in new locking
3935
# design in net_mgmt. So, use a higher timeout for a crowded
4036
# environment.

0 commit comments

Comments
 (0)