SettingWireless
Object Hierarchy:
NM.SettingWireless
NM.SettingWireless
NM.SettingWireless
NM.Setting
NM.Setting
NM.Setting->NM.SettingWireless
GLib.Object
GLib.Object
GLib.Object->NM.Setting
Description:
[
CCode ( type_id =
"nm_setting_wireless_get_type ()" ) ]
public class SettingWireless :
Setting
Content:
Constants:
public const string BAND
public const string BSSID
public const string CHANNEL
public const string CLONED_MAC_ADDRESS
public const string HIDDEN
public const string MAC_ADDRESS
public const string MAC_ADDRESS_BLACKLIST
public const string MODE
public const string MODE_ADHOC
Indicates Ad-Hoc mode where no access point is expected to be present.
public const string MODE_AP
Indicates AP/master mode where the wireless device is started as an
access point/hotspot.
public const string MODE_INFRA
Indicates infrastructure mode where an access point is expected to be
present for this connection.
public const string MTU
public const string POWERSAVE
public const string RATE
public const string SEC
public const string SEEN_BSSIDS
public const string SETTING_NAME
public const string SSID
public const string TX_POWER
Properties:
public string band { owned get ; set ; }
802.11 frequency band of the network.
public uint channel { get ; set construct ; }
Wireless channel to use for the Wi-Fi connection.
public bool hidden { get ; set ; }
If true
, indicates this network is a non-broadcasting
network that hides its SSID.
public string mode { owned get ; set ; }
Wi-Fi network mode; one of "infrastructure", "adhoc" or "ap".
public uint mtu { get ; set construct ; }
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 ; }
If set to false
, Wi-Fi power saving behavior is disabled.
public uint rate { get ; set construct ; }
If non-zero, directs the device to only use the specified bitrate for
communication with the access point.
public string security { owned get ; set ; }
If the wireless connection has any security restrictions, like 802.1x,
WEP, or WPA, set this property to SETTING_NAME and ensure
the connection contains a valid SettingWirelessSecurity setting.
public uint tx_power { get ; set construct ; }
If non-zero, directs the device to use the specified transmit power.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class NM.Setting
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref