With
cloned_mac_address setting "random" or "stable", by default
all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created.
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).
One of
nm_setting_wireless_powersave_disable (disable Wi-Fi power saving),
nm_setting_wireless_powersave_enable (enable Wi-Fi power saving),
nm_setting_wireless_powersave_ignore (don't touch currently configure setting) or
nm_setting_wireless_powersave_default (use the globally configured value).
Given a SettingWireless and an optional
SettingWirelessSecurity, determine if the configuration given by the
settings is compatible with the security of an access point using that access point's capability flags and mode.