Skip to content

Commit 9a7025a

Browse files
krish2718rlubos
authored andcommitted
[nrf fromlist] net: l2: wifi: Fix the default keepalive value
30s is too aggressive for most APs, and hostapd also uses 5mins as the default value. Upstream PR #: 93920 Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 7df718e commit 9a7025a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/l2/wifi/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ endif # WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
158158
config WIFI_MGMT_BSS_MAX_IDLE_TIME
159159
int "BSS max idle timeout in seconds"
160160
range 0 64000
161-
default 30
161+
default 300
162162
help
163163
As per 802.11-2020: 11.21.13 BSS max idle period management
164164
If dot11WirelessManagementImplemented is true, dot11BSSMaxIdlePeriod is

0 commit comments

Comments
 (0)