doc: document AlwaysRandomizeAddress and AddressOverride

This commit is contained in:
James Prestwood 2020-03-19 15:59:01 -07:00 committed by Denis Kenzior
parent f13fd9d61f
commit e10c6ada12
1 changed files with 15 additions and 0 deletions

View File

@ -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
-------------------------------