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
1 changed files with 9 additions and 0 deletions

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
#