Skip to content

Commit 636e8df

Browse files
committed
hostap: Increase the heap allocations
This is a temporary config to avoid allocation issues until the culprit is found. Some heap usage is not freed properly. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent f305443 commit 636e8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hostap/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ config WIFI_NM_WPA_SUPPLICANT
2323
if WIFI_NM_WPA_SUPPLICANT
2424

2525
config HEAP_MEM_POOL_ADD_SIZE_HOSTAP
26-
def_int 66560 if WIFI_NM_HOSTAPD_AP
26+
def_int 68560 if WIFI_NM_HOSTAPD_AP
2727
def_int 48000 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
2828
def_int 41808 if WIFI_NM_WPA_SUPPLICANT_AP
2929
# 30K is mandatory, but might need more for long duration use cases

0 commit comments

Comments
 (0)