Skip to content

Commit af7e23c

Browse files
rado17github-actions[bot]
authored andcommitted
[nrf fromlist] 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. Fixes SHEL-3604. Upstream PR #: 89116 Signed-off-by: Ravi Dondaputi <[email protected]> (cherry picked from commit 5db46db)
1 parent a0e545c commit af7e23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hostap/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ config WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE
3535
# TODO: Providing higher stack size for Enterprise mode to fix stack
3636
# overflow issues. Need to identify the cause for higher stack usage.
3737
default 8192 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
38-
default 5600
38+
default 5800
3939

4040
config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE
4141
int "Stack size for wpa_supplicant iface workqueue"

0 commit comments

Comments
 (0)