doc: Mention units for options in [Blacklist]

This commit is contained in:
Jonas Große Sundrup 2019-03-16 17:45:40 +01:00 committed by Denis Kenzior
parent 05dcbfd982
commit ea56b9b41f
1 changed files with 6 additions and 3 deletions

View File

@ -56,10 +56,13 @@ roam_rssi_threshold=-70
# 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_time - The initial timeout for a blacklisted BSS in
# seconds.
# 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.
# future unsuccessful connection attempts in
# seconds.
# bss_blacklist_max_time - The maximum time a BSS can be blacklisted for in
# seconds.
#
#bss_blacklist_time=60
#bss_blacklist_multiplier=30