From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============2264087455942208412==" MIME-Version: 1.0 From: James Prestwood Subject: [PATCH v2 3/4] doc: document AlwaysRandomizeAddress and AddressOverride Date: Thu, 19 Mar 2020 15:02:03 -0700 Message-ID: <20200319220204.11978-3-prestwoj@gmail.com> In-Reply-To: <20200319220204.11978-1-prestwoj@gmail.com> List-Id: To: iwd@lists.01.org --===============2264087455942208412== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- src/iwd.network.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/iwd.network.rst b/src/iwd.network.rst index 6b068202..ad8781df 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 connec= tion. + 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 noth are set AddressOverrid= e will + be used. = Network Authentication Settings ------------------------------- -- = 2.21.1 --===============2264087455942208412==--