aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Prestwood <prestwoj@gmail.com>2020-03-19 15:59:01 -0700
committerDenis Kenzior <denkenz@gmail.com>2020-03-18 18:15:16 -0500
commite10c6ada1203abe144830830f2314d1c9d870126 (patch)
tree1b2e7dfcb4710487c128700382d688b6fa94fb5d
parentf13fd9d61f5a45cf9d5c473f157d29576a44dcb8 (diff)
downloadiwd-e10c6ada1203abe144830830f2314d1c9d870126.tar.gz
doc: document AlwaysRandomizeAddress and AddressOverride
-rw-r--r--src/iwd.network.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/iwd.network.rst b/src/iwd.network.rst
index 6b0682021..74520db32 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
-------------------------------