modules: hostap: Increase supplicant stack size

SoftAP operation needs around 5700 bytes of stack. With a
buffer of 100 bytes, set the supplicant stack size to 5800.

Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
This commit is contained in:
Ravi Dondaputi 2025-04-26 00:10:56 +05:30 committed by Anas Nashif
commit eb9d98a1af

View file

@ -34,7 +34,7 @@ config WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE
# TODO: Providing higher stack size for Enterprise mode to fix stack # TODO: Providing higher stack size for Enterprise mode to fix stack
# overflow issues. Need to identify the cause for higher stack usage. # overflow issues. Need to identify the cause for higher stack usage.
default 8192 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE default 8192 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
default 5600 default 5800
config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE
int "Stack size for wpa_supplicant iface workqueue" int "Stack size for wpa_supplicant iface workqueue"