Skip to content

Commit 4425903

Browse files
krish2718rado17
authored andcommitted
[nrf fromtree] modules: hostap: Fix SoF
When connecting to a WPA3 connection, the max stack size observed was 5456, fix the SoF by increasing by 200bytes (cushion added). Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 24cbc88)
1 parent 7c85011 commit 4425903

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
@@ -31,7 +31,7 @@ config HEAP_MEM_POOL_ADD_SIZE_HOSTAP
3131

3232
config WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE
3333
int "Stack size for wpa_supplicant thread"
34-
default 5200
34+
default 5600
3535

3636
config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE
3737
int "Stack size for wpa_supplicant iface workqueue"

0 commit comments

Comments
 (0)