AccessPoint
Object Hierarchy:
NM.AccessPoint
NM.AccessPoint
NM.AccessPoint
NM.Object
NM.Object
NM.Object->NM.AccessPoint
GLib.Object
GLib.Object
GLib.Object->NM.Object
GLib.AsyncInitable
GLib.AsyncInitable
GLib.AsyncInitable->NM.AccessPoint
GLib.AsyncInitable->NM.Object
GLib.Initable
GLib.Initable
GLib.Initable->NM.AccessPoint
GLib.Initable->NM.Object
Description:
[
CCode ( type_id =
"nm_access_point_get_type ()" ) ]
public class AccessPoint :
Object ,
AsyncInitable ,
Initable
Content:
Constants:
Properties:
public string bssid { get ; }
The BSSID of the access point.
public uint flags { get ; }
The flags of the access point.
public uint frequency { get ; }
The frequency of the access point.
public string hw_address { get ; }
The hardware address of the access point.
public int last_seen { get ; }
The timestamp (in CLOCK_BOOTTIME seconds) for the last time the access point
was found in scan results.
public uint max_bitrate { get ; }
The maximum bit rate of the access point in kbit/s.
public uint mode { get ; }
The mode of the access point; either "infrastructure" (a central coordinator
of the wireless network allowing clients to connect) or "ad-hoc" (a network with no central controller).
public uint rsn_flags { get ; }
The RSN flags of the access point.
public Ssid ssid { get ; }
The SSID of the access point.
public uint8 strength { get ; }
The current signal strength of the access point.
public uint wpa_flags { get ; }
The WPA flags of the access point.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class NM.Object
All known members inherited from class GLib.Object
All known members inherited from interface GLib.AsyncInitable
All known members inherited from interface GLib.Initable