From e10c6ada1203abe144830830f2314d1c9d870126 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Thu, 19 Mar 2020 15:59:01 -0700 Subject: [PATCH] doc: document AlwaysRandomizeAddress and AddressOverride --- src/iwd.network.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/iwd.network.rst b/src/iwd.network.rst index 6b068202..74520db3 100644 --- a/src/iwd.network.rst +++ b/src/iwd.network.rst @@ -109,6 +109,21 @@ The group ``[Settings]`` contains general settings. Whether the network is hidden, i.e. its SSID must be included in an active scan request + * - AlwaysRandomizeAddress + - Values: true, **false** + + If enabled, the MAC address will be fully randomized on each connection. + This option is only used if [General].AddressRandomization is set to + 'network'. See iwd.config. This value should not be used with + [Settings].AddressOverride, if both are set AddressOverride will be used. + * - AddressOverride + - MAC address string + + Override the MAC address used for connecting to this network. This option + is only used if [General].AddressRandomization is set to 'network'. See + iwd.config. This value should not be used with + [Settings].FullAddressRandomization, if both are set AddressOverride will + be used. Network Authentication Settings -------------------------------