- public Ternary ap_isolation { get; set; }
Configures AP isolation, which prevents communication between wireless
devices connected to this AP.
- public string band { owned get; set; }
802.11 frequency band of the network.
- public string bssid { owned get; set; }
If specified, directs the device to only associate with the given
access point.
- public uint channel { get; set; }
Wireless channel to use for the Wi-Fi connection.
- public string cloned_mac_address { owned get; set; }
If specified, request that the device use this MAC address instead.
- public string generate_mac_address_mask { owned get; set; }
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.
- public bool hidden { get; set; }
If true, indicates that the network
is a non-broadcasting network that hides its SSID.
- public string mac_address { owned get; set; }
If specified, this connection will only apply to the Wi-Fi device
whose permanent MAC address matches.
- public string[] mac_address_blacklist { owned get; set; }
A list of permanent MAC addresses of Wi-Fi devices to which this
connection should never apply.
- public uint mac_address_randomization { get; set; }
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).
- public string mode { owned get; set; }
Wi-Fi network mode; one of "infrastructure", "mesh", "adhoc" or "ap".
- public uint mtu { get; set; }
If non-zero, only transmit packets of the specified size or smaller,
breaking larger packets up into multiple Ethernet frames.
- public uint powersave { get; set; }
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).
- public uint rate { get; set; }
If non-zero, directs the device to only use the specified bitrate for
communication with the access point.
- public string[] seen_bssids { owned get; set; }
A list of BSSIDs (each BSSID formatted as a MAC address like
"00:11:22:33:44:55") that have been detected as part of the Wi-Fi network.
- public Bytes ssid { owned get; set; }
SSID of the Wi-Fi network.
- public uint tx_power { get; set; }
If non-zero, directs the device to use the specified transmit power.
- public uint wake_on_wlan { get; set; }