2018-11-15 21:54:23 +01:00
|
|
|
# Note: The lines starting with # are ignored. To enable any of the
|
|
|
|
# configuration options below, remove # from the beginning of a respective line.
|
|
|
|
|
2016-10-21 23:02:30 +02:00
|
|
|
[EAP]
|
|
|
|
mtu=1400
|
2018-11-15 21:54:23 +01:00
|
|
|
|
2018-04-02 20:47:45 +02:00
|
|
|
[EAPoL]
|
2019-01-10 04:13:53 +01:00
|
|
|
max_4way_handshake_time=5
|
2018-11-15 21:54:23 +01:00
|
|
|
|
|
|
|
[Scan]
|
|
|
|
#
|
|
|
|
# Disable periodic scan. Setting this option to 'true' will prevent iwd from
|
|
|
|
# issuing the periodic scans for the available networks while disconnected.
|
|
|
|
# The behavior of the user-initiated scans isn't affected.
|
|
|
|
# The periodic scan is enabled by default.
|
|
|
|
#disable_periodic_scan=true
|
2019-01-16 04:14:57 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# Disable MAC address randomization. Setting this option to 'true' will prevent
|
|
|
|
# the capable network adapters from randomizing MAC addresses during the active
|
|
|
|
# scans for networks, thus decreasing user privacy.
|
|
|
|
# The MAC address randomization is enabled by default.
|
|
|
|
#disable_mac_address_randomization=true
|
|
|
|
#
|
2019-01-24 21:56:25 +01:00
|
|
|
|
|
|
|
[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
|