mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-29 05:39:24 +01:00
doc: document new mac randomization options
This commit is contained in:
parent
209cdce51c
commit
1bc59390fa
@ -51,6 +51,28 @@ roam_rssi_threshold=-70
|
|||||||
#
|
#
|
||||||
# disable_anqp=true
|
# disable_anqp=true
|
||||||
|
|
||||||
|
#
|
||||||
|
# Control the behavior of MAC address randomization by setting the
|
||||||
|
# mac_randomize option. iwd supports the following options:
|
||||||
|
# "default" - Lets the kernel assign a mac address from the permanent mac
|
||||||
|
# address store when the interface is created by iwd. Alternatively,
|
||||||
|
# if the 'use_default_interface' is set to true, then the mac address is
|
||||||
|
# not touched.
|
||||||
|
# "once" - MAC address is randomized once when iwd starts. If
|
||||||
|
# 'use_default_interface' is set to true, only the interface(s) managed
|
||||||
|
# by iwd will be randomized.
|
||||||
|
#
|
||||||
|
# One can control which part of the address is randomized using
|
||||||
|
# mac_randomize_bytes option. iwd supports the following options:
|
||||||
|
# "nic" - Randomize only the NIC specific octets (last 3 octets). Note that
|
||||||
|
# the randomization range is limited to 00:00:01 to 00:00:FE. The permanent
|
||||||
|
# mac address of the card is used for the initial 3 octets.
|
||||||
|
# "full" - Randomize the full 6 octets. The locally-administered bit will
|
||||||
|
# be set.
|
||||||
|
#
|
||||||
|
# mac_randomize=default
|
||||||
|
# mac_randomize_bytes=full
|
||||||
|
|
||||||
[Scan]
|
[Scan]
|
||||||
#
|
#
|
||||||
# Disable periodic scan. Setting this option to 'true' will prevent iwd from
|
# Disable periodic scan. Setting this option to 'true' will prevent iwd from
|
||||||
|
Loading…
Reference in New Issue
Block a user