mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
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
@ -318,6 +318,15 @@ fast_reauth=1
|
||||
# of APs when using ap_scan=1 mode.
|
||||
#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
|
||||
# This is an optional set of parameters for automatic scanning
|
||||
# within an interface in following format:
|
||||
|
Loading…
Reference in New Issue
Block a user