hostap: SAP mode needs more heap

SAP mode adds more functionality that increases the heap usage, based on
experiments, 40000 works well to avoid startup failures.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
Chaitanya Tata 2024-02-19 01:45:48 +05:30 committed by Carles Cufí
parent dbb5914f95
commit 86c3e0ade4

View file

@ -23,6 +23,7 @@ config WIFI_NM_WPA_SUPPLICANT
if WIFI_NM_WPA_SUPPLICANT
config COMMON_LIBC_MALLOC_ARENA_SIZE
default 40000 if WIFI_NM_WPA_SUPPLICANT_AP
# 30K is mandatory, but might need more for long duration use cases
default 30000