Skip to content

Commit 359ba2e

Browse files
D-Trivenikapbh
authored andcommitted
[nrf fromlist] modules: hostap: Set default stack size for softAP mode
This change is needed to handle to stack overflow issues when using SPIM. Upstream PR #: 93111 Signed-off-by: Triveni Danda <[email protected]>
1 parent 1614913 commit 359ba2e

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)