mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 17:59:25 +01:00
doc: document BSS blacklist config options
This commit is contained in:
parent
475d1082d7
commit
fc557136c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user