From 0018d1f3cf71d680d7b6bceda55a5717244d8b26 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 16 Aug 2022 18:24:19 +0200 Subject: New upstream version 1.39.90 --- docs/libnm/html/NMAccessPoint.html | 202 ++++++++++++++++++++++++++++++++++++- 1 file changed, 199 insertions(+), 3 deletions(-) (limited to 'docs/libnm/html/NMAccessPoint.html') diff --git a/docs/libnm/html/NMAccessPoint.html b/docs/libnm/html/NMAccessPoint.html index e12e1c6f..cc8d8247 100644 --- a/docs/libnm/html/NMAccessPoint.html +++ b/docs/libnm/html/NMAccessPoint.html @@ -15,7 +15,9 @@ @@ -138,6 +140,76 @@
+

Properties

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+char *bssidRead
NM80211ApFlagsflagsRead
guintfrequencyRead
+char *hw-addressRead
intlast-seenRead
guintmax-bitrateRead
NM80211ModemodeRead
NM80211ApSecurityFlagsrsn-flagsRead
+GBytes *ssidRead
gucharstrengthRead
NM80211ApSecurityFlagswpa-flagsRead
+
+

Types and Values

@@ -189,10 +261,21 @@ + + + +
#define NM_ACCESS_POINT_HW_ADDRESS
 NMAccessPoint
+

Object Hierarchy

+
    GObject
+    ╰── NMObject
+        ╰── NMAccessPoint
+
+
+

Description

@@ -494,7 +577,7 @@ with this function.

connections

-

an array of NMConnections to +

an array of NMConnections to filter.

[element-type NMConnection] @@ -504,7 +587,7 @@ filter.

Returns

an array of -NMConnections that could be activated with the given ap +NMConnections that could be activated with the given ap . The array should be freed with g_ptr_array_unref() when it is no longer required.

WARNING: the transfer annotation for this function may not work correctly @@ -622,6 +705,119 @@ against

#define NM_ACCESS_POINT_HW_ADDRESS "hw-address"
 
+
+
+

NMAccessPoint

+
typedef struct _NMAccessPoint NMAccessPoint;
+
+
+
+

Property Details

+
+

The “bssid” property

+
  “bssid”                    char *
+

The BSSID of the access point.

+

Owner: NMAccessPoint

+

Flags: Read

+

Default value: NULL

+
+
+
+

The “flags” property

+
  “flags”                    NM80211ApFlags
+

The flags of the access point.

+

Owner: NMAccessPoint

+

Flags: Read

+
+
+
+

The “frequency” property

+
  “frequency”                guint
+

The frequency of the access point.

+

Owner: NMAccessPoint

+

Flags: Read

+

Allowed values: <= 10000

+

Default value: 0

+
+
+
+

The “hw-address” property

+
  “hw-address”               char *
+

Alias for “bssid”.

+
+

NMAccessPoint:hw-address has been deprecated since version 1.0 and should not be used in newly-written code.

+

Use “bssid”.

+
+

Owner: NMAccessPoint

+

Flags: Read

+

Default value: NULL

+
+
+
+

The “last-seen” property

+
  “last-seen”                int
+

The timestamp (in CLOCK_BOOTTIME seconds) for the last time the +access point was found in scan results. A value of -1 means the +access point has not been found in a scan.

+

Owner: NMAccessPoint

+

Flags: Read

+

Allowed values: >= -1

+

Default value: -1

+

Since: 1.2

+
+
+
+

The “max-bitrate” property

+
  “max-bitrate”              guint
+

The maximum bit rate of the access point in kbit/s.

+

Owner: NMAccessPoint

+

Flags: Read

+

Default value: 0

+
+
+
+

The “mode” property

+
  “mode”                     NM80211Mode
+

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).

+

Owner: NMAccessPoint

+

Flags: Read

+

Default value: NM_802_11_MODE_UNKNOWN

+
+
+
+

The “rsn-flags” property

+
  “rsn-flags”                NM80211ApSecurityFlags
+

The RSN flags of the access point.

+

Owner: NMAccessPoint

+

Flags: Read

+
+
+
+

The “ssid” property

+
  “ssid”                     GBytes *
+

The SSID of the access point, or NULL if it is not known.

+

Owner: NMAccessPoint

+

Flags: Read

+
+
+
+

The “strength” property

+
  “strength”                 guchar
+

The current signal strength of the access point.

+

Owner: NMAccessPoint

+

Flags: Read

+

Default value: 0

+
+
+
+

The “wpa-flags” property

+
  “wpa-flags”                NM80211ApSecurityFlags
+

The WPA flags of the access point.

+

Owner: NMAccessPoint

+

Flags: Read

+