From fc557136c549998dc2fa599242d77caa80a2f29f Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Thu, 24 Jan 2019 12:56:25 -0800 Subject: [PATCH] doc: document BSS blacklist config options --- doc/main.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/main.conf b/doc/main.conf index d0bfad67..6bec4049 100644 --- a/doc/main.conf +++ b/doc/main.conf @@ -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