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/html/NMAccessPoint.html | 108 ++++++++++++++++++------------------- 1 file changed, 54 insertions(+), 54 deletions(-) (limited to 'docs/libnm/html/NMAccessPoint.html') diff --git a/docs/libnm/html/NMAccessPoint.html b/docs/libnm/html/NMAccessPoint.html index 1ad00a92..12e70569 100644 --- a/docs/libnm/html/NMAccessPoint.html +++ b/docs/libnm/html/NMAccessPoint.html @@ -3,7 +3,7 @@ NMAccessPoint: libnm Reference Manual - + @@ -36,7 +36,7 @@

Functions

-
+
@@ -68,7 +68,7 @@
-GBytes * +GBytes * nm_access_point_get_ssid () @@ -83,7 +83,7 @@
-guint32 +guint32 nm_access_point_get_frequency () @@ -99,7 +99,7 @@
-guint32 +guint32 nm_access_point_get_max_bitrate () @@ -107,7 +107,7 @@
-guint8 +guint8 nm_access_point_get_strength () @@ -115,7 +115,7 @@
-gint +gint nm_access_point_get_last_seen () @@ -123,7 +123,7 @@
-GPtrArray * +GPtrArray * nm_access_point_filter_connections () @@ -131,7 +131,7 @@
-gboolean +gboolean nm_access_point_connection_valid () @@ -142,7 +142,7 @@

Properties

-
+
@@ -151,7 +151,7 @@ +gchar * @@ -161,23 +161,23 @@ - + +gchar * - + - + @@ -193,12 +193,12 @@ +GBytes * - + @@ -212,7 +212,7 @@

Types and Values

-
-gchar * bssid Read
Read
guintguint frequency Read
-gchar * hw-address Read
gintgint last-seen Read
guintguint max-bitrate Read
-GBytes * ssid Read
gucharguchar strength Read
+
@@ -271,7 +271,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMAccessPoint
 
@@ -280,7 +280,7 @@

Implemented Interfaces

NMAccessPoint implements - GInitable and GAsyncInitable.

+ GInitable and GAsyncInitable.

Description

@@ -294,7 +294,7 @@ nm_access_point_get_flags (

Parameters

-
+
@@ -320,7 +320,7 @@ nm_access_point_get_wpa_flags (Gets the WPA (version 1) flags of the access point.

Parameters

-
+
@@ -347,7 +347,7 @@ nm_access_point_get_rsn_flags (

Parameters

-
+
@@ -368,12 +368,12 @@ point.


nm_access_point_get_ssid ()

-
GBytes *
+
GBytes *
 nm_access_point_get_ssid (NMAccessPoint *ap);

Gets the SSID of the access point.

Parameters

-
+
@@ -388,7 +388,7 @@ nm_access_point_get_ssid (

Returns

-

the GBytes containing the SSID, or NULL if the +

the GBytes containing the SSID, or NULL if the SSID is unknown.

[transfer none]

@@ -401,7 +401,7 @@ nm_access_point_get_bssid (

Parameters

-
+
@@ -423,12 +423,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

-
+
@@ -454,7 +454,7 @@ nm_access_point_get_mode (

Parameters

-
+
@@ -475,12 +475,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

-
+
@@ -501,12 +501,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

-
+
@@ -527,14 +527,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

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


nm_access_point_filter_connections ()

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

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

Parameters

-
+
@@ -584,7 +584,7 @@ with this function.

- @@ -594,16 +594,16 @@ 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.

+be freed with g_ptr_array_unref() 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);

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

Parameters

-

connections

an array of NMConnections to +

an array of NMConnections to filter.

[element-type NMConnection]
+
@@ -637,8 +637,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.

@@ -719,7 +719,7 @@ against

Property Details

The “bssid” property

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

The BSSID of the access point.

Flags: Read

Default value: NULL

@@ -734,7 +734,7 @@ against


The “frequency” property

-
  “frequency”                guint
+
  “frequency”                guint

The frequency of the access point.

Flags: Read

Allowed values: <= 10000

@@ -743,7 +743,7 @@ against


The “hw-address” property

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

Alias for “bssid”.

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

@@ -755,7 +755,7 @@ against


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.

@@ -767,7 +767,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

@@ -792,14 +792,14 @@ coordinator of the wireless network allowing clients to connect) or

The “ssid” property

-
  “ssid”                     GBytes *
-

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

+
  “ssid”                     GBytes *
+

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

Flags: Read


The “strength” property

-
  “strength”                 guchar
+
  “strength”                 guchar

The current signal strength of the access point.

Flags: Read

Default value: 0

-- cgit 1.3.0-6-gf8a5