Document BSS expiration configurables
Help the user be aware of the options to configure when wpa_supplicant will remove a BSS due to expiration. Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
parent
8f36c84a27
commit
6f484978fb
1 changed files with 9 additions and 0 deletions
|
@ -318,6 +318,15 @@ fast_reauth=1
|
||||||
# of APs when using ap_scan=1 mode.
|
# of APs when using ap_scan=1 mode.
|
||||||
#bss_max_count=200
|
#bss_max_count=200
|
||||||
|
|
||||||
|
# BSS expiration age in seconds. A BSS will be removed from the local cache
|
||||||
|
# if it is not in use and has not been seen for this time. Default is 180.
|
||||||
|
#bss_expiration_age=180
|
||||||
|
|
||||||
|
# BSS expiration after number of scans. A BSS will be removed from the local
|
||||||
|
# cache if it is not seen in this number of scans.
|
||||||
|
# Default is 2.
|
||||||
|
#bss_expiration_scan_count=2
|
||||||
|
|
||||||
# Automatic scan
|
# Automatic scan
|
||||||
# This is an optional set of parameters for automatic scanning
|
# This is an optional set of parameters for automatic scanning
|
||||||
# within an interface in following format:
|
# within an interface in following format:
|
||||||
|
|
Loading…
Reference in a new issue