meta-digi-dey: wpa-supplicant: Add commented out sched_scan_interval.
This parameter allows to set the time interval for scheduled scans in seconds. This is usually managed by the wpa-supplicant dynamically, but for example with DFS channels and non broadcasting SSIDs re-associations take too long if the periodic scans time interval is not reduced. https://jira.digi.com/browse/CC6UL-594 Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
e9c1cd4632
commit
8d716dd0e0
|
|
@ -4,6 +4,13 @@ fast_reauth=1
|
||||||
update_config=1
|
update_config=1
|
||||||
|
|
||||||
ap_scan=1
|
ap_scan=1
|
||||||
|
|
||||||
|
# Static scheduled scan interval time in seconds
|
||||||
|
#
|
||||||
|
# The wpa-supplicant dynamically adjusts the scheduled scan time interval. On
|
||||||
|
# occassions, fixing the interval time is helpful, for example on DFS channels.
|
||||||
|
#sched_scan_interval=2
|
||||||
|
|
||||||
network={
|
network={
|
||||||
scan_ssid=1
|
scan_ssid=1
|
||||||
ssid=""
|
ssid=""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue