Skip to content

wifi: Fix keep alive #93920

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

Merged
merged 2 commits into from
Aug 4, 2025
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 drivers/wifi/nrf_wifi/Kconfig.nrfwifi
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ if NRF_WIFI_FEAT_KEEPALIVE
config NRF_WIFI_KEEPALIVE_PERIOD_S
int "Keepalive period in seconds"
range 30 3600
default 60
default 30
help
Keepalive period in seconds to send keepalive packets to the AP.
endif
Expand Down
2 changes: 1 addition & 1 deletion subsys/net/l2/wifi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ endif # WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
config WIFI_MGMT_BSS_MAX_IDLE_TIME
int "BSS max idle timeout in seconds"
range 0 64000
default 30
default 300
help
As per 802.11-2020: 11.21.13 BSS max idle period management
If dot11WirelessManagementImplemented is true, dot11BSSMaxIdlePeriod is
Expand Down