3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 06:29:23 +01:00

doc: Add setting to disable MAC randomization

This commit is contained in:
Tim Kourt 2019-01-15 19:14:57 -08:00 committed by Denis Kenzior
parent 71b10ab271
commit b41729d608

View File

@ -14,3 +14,12 @@ max_4way_handshake_time=5
# The behavior of the user-initiated scans isn't affected.
# The periodic scan is enabled by default.
#disable_periodic_scan=true
#
#
# 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
#