modules: hostap: Set default stack size for softAP mode

This change is needed to handle to stack overflow issues
when using SPIM.

Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
This commit is contained in:
Triveni Danda 2025-07-14 19:27:11 +05:30 committed by Anas Nashif
parent 98dfa0aa0b
commit 0dcb5a4923

View File

@ -37,6 +37,8 @@ config WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE
# TODO: Providing higher stack size for Enterprise mode to fix stack
# overflow issues. Need to identify the cause for higher stack usage.
default 8192 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
# This is needed to handle stack overflow issues on nRF Wi-Fi drivers.
default 5900 if WIFI_NM_WPA_SUPPLICANT_AP
default 5800
config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE