From b41729d60892f8aab5e3eba15bc2bbd05b05ff5a Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Tue, 15 Jan 2019 19:14:57 -0800 Subject: [PATCH] doc: Add setting to disable MAC randomization --- doc/main.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/main.conf b/doc/main.conf index 5498d4f4..d0bfad67 100644 --- a/doc/main.conf +++ b/doc/main.conf @@ -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 +#