Commit 75db72aa authored by Maochen Wang's avatar Maochen Wang Committed by Benjamin Cabé
Browse files

hostap: increase the default heap size of hostapd case



Hostapd consumes more heap than supplicant AP case, so increase the
default value of hostapd case.

Signed-off-by: default avatarMaochen Wang <maochen.wang@nxp.com>
parent a419c141
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -25,7 +25,8 @@ if WIFI_NM_WPA_SUPPLICANT

config HEAP_MEM_POOL_ADD_SIZE_HOSTAP
	def_int 85000 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE && !MBEDTLS_ENABLE_HEAP
	def_int 40000 if WIFI_NM_WPA_SUPPLICANT_AP || WIFI_NM_HOSTAPD_AP
	def_int 85000 if WIFI_NM_HOSTAPD_AP
	def_int 40000 if WIFI_NM_WPA_SUPPLICANT_AP
	# 8192 for MbedTLS heap
	def_int 21808 if MBEDTLS_ENABLE_HEAP
	# 30K is mandatory, but might need more for long duration use cases