AccessPoint
Object Hierarchy:
Description:
[
CCode ( type_id =
"nm_access_point_get_type ()" ) ]
public class AccessPoint :
Object
Content:
Constants:
Properties:
- public uint bandwidth { get; }
The channel bandwidth announced by the AP in MHz.
- public string bssid { get; }
The BSSID of the access point.
- public @80211ApFlags flags { get; }
The flags of the access point.
- public uint frequency { get; }
The frequency of the access point.
- public string hw_address { owned get; }
- 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 @80211Mode 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 @80211ApSecurityFlags rsn_flags { get; }
The RSN flags of the access point.
- public Bytes ssid { get; }
The SSID of the access point, or null
if it is not known.
- public uint8 strength { get; }
The current signal strength of the access point.
- public @80211ApSecurityFlags 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