mac_address_randomization


Description:

[ NoAccessorMethod ]
[ Version ( deprecated = true , deprecated_since = "1.4" , since = "1.2" ) ]
public uint mac_address_randomization { get; set; }

Warning: mac_address_randomization is deprecated since 1.4.

One of nm_setting_mac_randomization_default (never randomize unless the user has set a global default to randomize and the supplicant supports randomization), nm_setting_mac_randomization_never (never randomize the MAC address), or nm_setting_mac_randomization_always (always randomize the MAC address).

Note:

Use the cloned_mac_address property instead.