modules: hostap: Fix SoF in softap mode

Due to recent changes, the stack usage is increased, fix the SoF.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
Chaitanya Tata
2025-11-30 21:27:34 +05:30
committed by Henrik Brix Andersen
parent f71d52c4dd
commit 797a87c29c

View File

@@ -67,7 +67,7 @@ config WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE
# overflow issues. Need to identify the cause for higher stack usage.
default 8192 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE || WIFI_USAGE_MODE_STA_AP
# This is needed to handle stack overflow issues on nRF Wi-Fi drivers.
default 5900 if WIFI_NM_WPA_SUPPLICANT_AP
default 6144 if WIFI_NM_WPA_SUPPLICANT_AP
default 5800
config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE