doc: document BSS blacklist config options

This commit is contained in:
James Prestwood 2019-01-24 12:56:25 -08:00 committed by Denis Kenzior
parent 475d1082d7
commit fc557136c5
1 changed files with 16 additions and 0 deletions

View File

@ -23,3 +23,19 @@ max_4way_handshake_time=5
# The MAC address randomization is enabled by default.
#disable_mac_address_randomization=true
#
[Blacklist]
#
# Configure BSS blacklist time/multipler/max. If a connection to a BSS fails for
# whatever reason we can avoid connecting to this BSS in the future by
# blacklisting it. These three options configure how long a BSS is blacklisted
# for.
#
# bss_blacklist_time - The initial timeout for a blacklisted BSS
# bss_blacklist_multiplier - What bss_blacklist_time is multiplied by after
# future unsuccessful connection attempts.
# bss_blacklist_max_time - The maximum time a BSS can be blacklisted for.
#
#bss_blacklist_time=60
#bss_blacklist_multiplier=30
#bss_blacklist_max_time=86400