Skip to content

Commit eb9d98a

Browse files
rado17nashif
authored andcommitted
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. Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
1 parent aa9d327 commit eb9d98a

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
@@ -34,7 +34,7 @@ config WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE
3434
# TODO: Providing higher stack size for Enterprise mode to fix stack
3535
# overflow issues. Need to identify the cause for higher stack usage.
3636
default 8192 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
37-
default 5600
37+
default 5800
3838

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

0 commit comments

Comments
 (0)