mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 23:09:34 +01:00
doc: document AddressRandomization=network option
This commit is contained in:
parent
5a1b1184fc
commit
a2006a3d29
@ -82,7 +82,7 @@ The group ``[General]`` contains general settings.
|
|||||||
this setting.
|
this setting.
|
||||||
|
|
||||||
* - AddressRandomization
|
* - AddressRandomization
|
||||||
- Values: **disabled**, once
|
- Values: **disabled**, once, network
|
||||||
|
|
||||||
If ``AddressRandomization`` is set to ``disabled``, the default kernel
|
If ``AddressRandomization`` is set to ``disabled``, the default kernel
|
||||||
behavior is used. This means the kernel will assign a mac address from
|
behavior is used. This means the kernel will assign a mac address from
|
||||||
@ -94,6 +94,12 @@ The group ``[General]`` contains general settings.
|
|||||||
randomized a single time when **iwd** starts or when the hardware is
|
randomized a single time when **iwd** starts or when the hardware is
|
||||||
detected for the first time (due to hotplug, etc.)
|
detected for the first time (due to hotplug, etc.)
|
||||||
|
|
||||||
|
If ``AddressRandomization`` is set to ``network``, the MAC address is
|
||||||
|
randomized on each connection to a network. The MAC is generated based on
|
||||||
|
the SSID and permanent address of the adapter. This allows the same MAC
|
||||||
|
to be generated each time connecting to a given SSID while still hiding
|
||||||
|
the permanent address.
|
||||||
|
|
||||||
* - AddressRandomizationRange
|
* - AddressRandomizationRange
|
||||||
- Values: **full**, nic
|
- Values: **full**, nic
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user