From 45cb5bb3c0e6edb887cf69b417fcaf7053814a9b Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Tue, 20 Dec 2016 20:06:37 +0800 Subject: Imported Upstream version 1.4.4 --- docs/libnm-glib/html/NMAccessPoint.html | 148 ++++++++++++++++---------------- 1 file changed, 74 insertions(+), 74 deletions(-) (limited to 'docs/libnm-glib/html/NMAccessPoint.html') diff --git a/docs/libnm-glib/html/NMAccessPoint.html b/docs/libnm-glib/html/NMAccessPoint.html index e592bbe4..933e4c59 100644 --- a/docs/libnm-glib/html/NMAccessPoint.html +++ b/docs/libnm-glib/html/NMAccessPoint.html @@ -3,7 +3,7 @@ NMAccessPoint: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -43,7 +43,7 @@ -
-GObject * +GObject * nm_access_point_new () @@ -51,7 +51,7 @@
-NM80211ApFlags +NM80211ApFlags nm_access_point_get_flags () @@ -59,7 +59,7 @@
-NM80211ApSecurityFlags +NM80211ApSecurityFlags nm_access_point_get_wpa_flags () @@ -67,14 +67,14 @@
-NM80211ApSecurityFlags +NM80211ApSecurityFlags nm_access_point_get_rsn_flags ()
const GByteArray * +const GByteArray * nm_access_point_get_ssid () @@ -89,7 +89,7 @@
-guint32 +guint32 nm_access_point_get_frequency () @@ -97,7 +97,7 @@
-NM80211Mode +NM80211Mode nm_access_point_get_mode () @@ -105,7 +105,7 @@
-guint32 +guint32 nm_access_point_get_max_bitrate () @@ -113,7 +113,7 @@
-guint8 +guint8 nm_access_point_get_strength () @@ -121,7 +121,7 @@
-gint +gint nm_access_point_get_last_seen () @@ -129,7 +129,7 @@
-GSList * +GSList * nm_access_point_filter_connections () @@ -137,7 +137,7 @@
-gboolean +gboolean nm_access_point_connection_valid () @@ -155,7 +155,7 @@

Properties

-
+
@@ -164,43 +164,43 @@ +gchar * - + - + +gchar * - + - + - + - + @@ -211,12 +211,12 @@ - + - + @@ -225,7 +225,7 @@

Types and Values

-
-gchar * bssid Read
guintguint flags Read
guintguint frequency Read
-gchar * hw-address Read
gintgint last-seen Read
guintguint max-bitrate Read
guintguint mode Read
guintguint rsn-flags Read
Read
gucharguchar strength Read
guintguint wpa-flags Read
+
@@ -280,7 +280,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMAccessPoint
 
@@ -292,13 +292,13 @@

Functions

nm_access_point_new ()

-
GObject *
-nm_access_point_new (DBusGConnection *connection,
+
GObject *
+nm_access_point_new (DBusGConnection *connection,
                      const char *path);

Creates a new NMAccessPoint.

Parameters

-
+
@@ -307,7 +307,7 @@ nm_access_point_new (

connection

-
+ @@ -327,12 +327,12 @@ nm_access_point_new (

nm_access_point_get_flags ()

-
NM80211ApFlags
+
NM80211ApFlags
 nm_access_point_get_flags (NMAccessPoint *ap);

Gets the flags of the access point.

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -353,12 +353,12 @@ nm_access_point_get_flags (

nm_access_point_get_wpa_flags ()

-
NM80211ApSecurityFlags
+
NM80211ApSecurityFlags
 nm_access_point_get_wpa_flags (NMAccessPoint *ap);

Gets the WPA (version 1) flags of the access point.

Parameters

-
+
@@ -379,13 +379,13 @@ nm_access_point_get_wpa_flags (

nm_access_point_get_rsn_flags ()

-
NM80211ApSecurityFlags
+
NM80211ApSecurityFlags
 nm_access_point_get_rsn_flags (NMAccessPoint *ap);

Gets the RSN (Robust Secure Network, ie WPA version 2) flags of the access point.

Parameters

-
+
@@ -406,12 +406,12 @@ point.


nm_access_point_get_ssid ()

-
const GByteArray *
+
const GByteArray *
 nm_access_point_get_ssid (NMAccessPoint *ap);

Gets the SSID of the access point.

Parameters

-
+
@@ -426,7 +426,7 @@ nm_access_point_get_ssid (

Returns

-

the GByteArray containing the SSID. This is the internal copy used by the +

the GByteArray containing the SSID. This is the internal copy used by the access point, and must not be modified.

@@ -438,7 +438,7 @@ nm_access_point_get_bssid (

Parameters

-
+
@@ -460,12 +460,12 @@ not be modified or freed.


nm_access_point_get_frequency ()

-
guint32
+
guint32
 nm_access_point_get_frequency (NMAccessPoint *ap);

Gets the frequency of the access point.

Parameters

-
+
@@ -486,12 +486,12 @@ nm_access_point_get_frequency (

nm_access_point_get_mode ()

-
NM80211Mode
+
NM80211Mode
 nm_access_point_get_mode (NMAccessPoint *ap);

Gets the mode of the access point.

Parameters

-
+
@@ -512,12 +512,12 @@ nm_access_point_get_mode (

nm_access_point_get_max_bitrate ()

-
guint32
+
guint32
 nm_access_point_get_max_bitrate (NMAccessPoint *ap);

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

Parameters

-
+
@@ -538,12 +538,12 @@ nm_access_point_get_max_bitrate (

nm_access_point_get_strength ()

-
guint8
+
guint8
 nm_access_point_get_strength (NMAccessPoint *ap);

Gets the current signal strength of the access point.

Parameters

-
+
@@ -564,14 +564,14 @@ nm_access_point_get_strength (

nm_access_point_get_last_seen ()

-
gint
+
gint
 nm_access_point_get_last_seen (NMAccessPoint *ap);

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

Parameters

-
+
@@ -593,9 +593,9 @@ point has not been found in a scan.


nm_access_point_filter_connections ()

-
GSList *
+
GSList *
 nm_access_point_filter_connections (NMAccessPoint *ap,
-                                    const GSList *connections);
+ const GSList *connections);

Filters a given list of connections for a given NMAccessPoint object and return connections which may be activated with the access point. Any returned connections will match the ap @@ -607,7 +607,7 @@ for a given

Parameters

-
+
@@ -622,7 +622,7 @@ filter that list with this function.

+NMConnection objects to filter.

@@ -631,20 +631,20 @@ filter that list with this function.

Returns

a -list of NMConnection objects that could be activated with the given ap +list of NMConnection objects that could be activated with the given ap . The elements of the list are owned by their creator and should not be freed by the caller, but the returned list itself is owned by the caller and should -be freed with g_slist_free() when it is no longer required.

+be freed with g_slist_free() when it is no longer required.

[transfer container][element-type NMConnection]


nm_access_point_connection_valid ()

-
gboolean
+
gboolean
 nm_access_point_connection_valid (NMAccessPoint *ap,
-                                  NMConnection *connection);
+ NMConnection *connection);

Validates a given connection against a given Wi-Fi access point to ensure that the connection may be activated with that AP. The connection must match the ap @@ -652,7 +652,7 @@ the connection may be activated with that AP. The connection must match the channel, band, etc.

Parameters

-

connections

a list of -NMConnection objects to filter.

[element-type NMConnection]
+
@@ -667,7 +667,7 @@ against

- @@ -676,8 +676,8 @@ against

Returns

-

TRUE if the connection may be activated with this Wi-Fi AP, -FALSE if it cannot be.

+

TRUE if the connection may be activated with this Wi-Fi AP, +FALSE if it cannot be.


@@ -692,7 +692,7 @@ nm_access_point_get_hw_address (Gets the hardware (MAC) address of the access point.

Parameters

-

connection

an NMConnection to validate against ap +

an NMConnection to validate against ap

 
+
@@ -784,7 +784,7 @@ access point and must not be modified.

Property Details

The “bssid” property

-
  “bssid”                    gchar *
+
  “bssid”                    gchar *

The BSSID of the access point.

Flags: Read

Default value: NULL

@@ -792,7 +792,7 @@ access point and must not be modified.


The “flags” property

-
  “flags”                    guint
+
  “flags”                    guint

The flags of the access point.

Flags: Read

Allowed values: <= 1

@@ -801,7 +801,7 @@ access point and must not be modified.


The “frequency” property

-
  “frequency”                guint
+
  “frequency”                guint

The frequency of the access point.

Flags: Read

Allowed values: <= 10000

@@ -810,7 +810,7 @@ access point and must not be modified.


The “hw-address” property

-
  “hw-address”               gchar *
+
  “hw-address”               gchar *

The hardware address of the access point.

Flags: Read

Default value: NULL

@@ -818,7 +818,7 @@ access point and must not be modified.


The “last-seen” property

-
  “last-seen”                gint
+
  “last-seen”                gint

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.

@@ -830,7 +830,7 @@ access point has not been found in a scan.


The “max-bitrate” property

-
  “max-bitrate”              guint
+
  “max-bitrate”              guint

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

Flags: Read

Default value: 0

@@ -838,7 +838,7 @@ access point has not been found in a scan.


The “mode” property

-
  “mode”                     guint
+
  “mode”                     guint

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

@@ -849,7 +849,7 @@ coordinator of the wireless network allowing clients to connect) or

The “rsn-flags” property

-
  “rsn-flags”                guint
+
  “rsn-flags”                guint

The RSN flags of the access point.

Flags: Read

Default value: 0

@@ -864,7 +864,7 @@ coordinator of the wireless network allowing clients to connect) or

The “strength” property

-
  “strength”                 guchar
+
  “strength”                 guchar

The current signal strength of the access point.

Flags: Read

Default value: 0

@@ -872,7 +872,7 @@ coordinator of the wireless network allowing clients to connect) or

The “wpa-flags” property

-
  “wpa-flags”                guint
+
  “wpa-flags”                guint

The WPA flags of the access point.

Flags: Read

Default value: 0

-- cgit 1.3.0-6-gf8a5