We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b622e commit 2a064cfCopy full SHA for 2a064cf
samples/net/wifi/overlay-enterprise.conf
@@ -7,4 +7,4 @@ CONFIG_NET_BUF_RX_COUNT=36
7
# For TLS and X.509 processing MbedTLS needs large heap size and using separate heap
8
# for MbedTLS gives us more control over the heap size.
9
CONFIG_MBEDTLS_ENABLE_HEAP=y
10
-CONFIG_MBEDTLS_HEAP_SIZE=55000
+CONFIG_MBEDTLS_HEAP_SIZE=70000
samples/net/wifi/prj.conf
@@ -31,6 +31,10 @@ CONFIG_NET_STATISTICS_PERIODIC_OUTPUT=n
31
CONFIG_WIFI=y
32
CONFIG_WIFI_LOG_LEVEL_ERR=y
33
CONFIG_NET_L2_WIFI_SHELL=y
34
+
35
+CONFIG_MBEDTLS_ENABLE_HEAP=y
36
37
38
# printing of scan results puts pressure on queues in new locking
39
# design in net_mgmt. So, use a higher timeout for a crowded
40
# environment.
0 commit comments