Skip to content

Commit 0dcb5a4

Browse files
D-Triveninashif
authored andcommitted
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 <[email protected]>
1 parent 98dfa0a commit 0dcb5a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/hostap/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ config WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE
3737
# TODO: Providing higher stack size for Enterprise mode to fix stack
3838
# overflow issues. Need to identify the cause for higher stack usage.
3939
default 8192 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
40+
# This is needed to handle stack overflow issues on nRF Wi-Fi drivers.
41+
default 5900 if WIFI_NM_WPA_SUPPLICANT_AP
4042
default 5800
4143

4244
config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE

0 commit comments

Comments
 (0)