Skip to content

Commit 1d11b74

Browse files
rado17nordicjm
authored andcommitted
[nrf noup] net: Increase connection manager stack size
Connection manager L2 Wi-Fi calls internally invoke WPA supplicant calls which requires higher stack size. Update the default stack size for such cases. Marking this "nrf noup" since supplicant is not upstream yet. Signed-off-by: Ravi Dondaputi <[email protected]>
1 parent b0323d3 commit 1d11b74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/net/conn_mgr/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ source "subsys/net/Kconfig.template.log_config.net"
2424

2525
config NET_CONNECTION_MANAGER_STACK_SIZE
2626
int "Size of the stack allocated for the connection manager"
27+
default 8192 if WPA_SUPP
2728
default 512
2829
help
2930
Sets the stack size which will be used by the connection manager

0 commit comments

Comments
 (0)