Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wifi: Optimize wpa supplicant size #15556

Merged
merged 2 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/hostap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ config WPA_SUPP_MGD_IFACES_PREFIXES

config WPA_SUPP_THREAD_STACK_SIZE
int "Stack size for wpa_supplicant thread"
default 8192
default 5200

config WPA_SUPP_WQ_STACK_SIZE
int "Stack size for wpa_supplicant workqueue"
Expand Down
2 changes: 0 additions & 2 deletions samples/wifi/sta/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ tests:
extra_configs:
- CONFIG_NET_TX_STACK_SIZE=3700
- CONFIG_NET_RX_STACK_SIZE=3700
- CONFIG_WPA_SUPP_THREAD_STACK_SIZE=6144
tags: ci_build sysbuild
sample.nrf7001_eks.sta:
sysbuild: true
Expand All @@ -42,7 +41,6 @@ tests:
extra_configs:
- CONFIG_NET_TX_STACK_SIZE=3700
- CONFIG_NET_RX_STACK_SIZE=3700
- CONFIG_WPA_SUPP_THREAD_STACK_SIZE=6144
tags: ci_build sysbuild
sample.nrf7002_eb.thingy53.sta:
sysbuild: true
Expand Down
Loading