Skip to content

Commit a00577c

Browse files
MaochenWang1kartben
authored andcommitted
samples: net: wifi: nxp: fix PEAP-TLS connection failure
The connection using EAP-PEAP-TLS with Cisco AP is failed for IW610, and the console log shows 'Memory allocation failed (-0x3f80)'. Increase the MBEDTLS_HEAP_SIZE for 10K can fix this issue. Signed-off-by: Maochen Wang <[email protected]>
1 parent f7dfcfb commit a00577c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/net/wifi/shell/nxp/overlay_hostap_hosted_mcu.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=8192
2626

2727
# mbedtls heap for enterprise case
2828
CONFIG_MBEDTLS_ENABLE_HEAP=y
29-
CONFIG_MBEDTLS_HEAP_SIZE=80192
29+
CONFIG_MBEDTLS_HEAP_SIZE=90432
3030

3131
#priority
3232
CONFIG_WIFI_NM_WPA_SUPPLICANT_WQ_PRIO=3

0 commit comments

Comments
 (0)