Skip to content

Commit 8638dfb

Browse files
D-Trivenirlubos
authored andcommitted
samples: wifi: Fix connection issue in security mode for softap
Resolve the WPA2 connection failure caused by insufficient heap memory for cryptographic operations. Signed-off-by: Triveni Danda <[email protected]>
1 parent 11fb40d commit 8638dfb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

samples/wifi/shell/overlay-sap.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ CONFIG_NET_DHCPV4_SERVER=y
3434

3535
# Temporarily enable FS support so that linking succeeds.
3636
CONFIG_FILE_SYSTEM=y
37+
38+
CONFIG_MBEDTLS_HEAP_SIZE=1024

samples/wifi/softap/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ CONFIG_MAIN_STACK_SIZE=5200
5252
CONFIG_NET_TX_STACK_SIZE=4096
5353
CONFIG_NET_RX_STACK_SIZE=4096
5454
CONFIG_SOFTAP_SAMPLE_START_WIFI_THREAD_STACK_SIZE=5200
55+
CONFIG_MBEDTLS_HEAP_SIZE=1024
5556

5657
# Debugging
5758
CONFIG_STACK_SENTINEL=y

0 commit comments

Comments
 (0)