From 81836c2d44802b4cca833d7775dd627e0797a7e2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 28 Aug 2015 01:13:48 +0200 Subject: Imported Upstream version 1.0.6 --- docs/libnm/html/NMAccessPoint.html | 72 +++++++++++++++++++++++++++++++++++--- 1 file changed, 68 insertions(+), 4 deletions(-) (limited to 'docs/libnm/html/NMAccessPoint.html') diff --git a/docs/libnm/html/NMAccessPoint.html b/docs/libnm/html/NMAccessPoint.html index 1daa7c01..4aa880dc 100644 --- a/docs/libnm/html/NMAccessPoint.html +++ b/docs/libnm/html/NMAccessPoint.html @@ -114,6 +114,14 @@ +gint + + +nm_access_point_get_last_seen () + + + + GPtrArray * @@ -163,6 +171,11 @@ Read +gint +last-seen +Read + + guint max-bitrate Read @@ -242,6 +255,10 @@ #define +NM_ACCESS_POINT_LAST_SEEN + + +#define NM_ACCESS_POINT_HW_ADDRESS @@ -498,6 +515,35 @@ nm_access_point_get_strength ( +

nm_access_point_get_last_seen ()

+
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

+
+++++ + + + + + +

ap

a NMAccessPoint

 
+
+
+

Returns

+

the last seen time in seconds

+
+

Since: 1.0.6

+ +
+

nm_access_point_filter_connections ()

GPtrArray *
 nm_access_point_filter_connections (NMAccessPoint *ap,
@@ -512,7 +558,7 @@ use NMDevice using nm_device_filter_connections() and finally filter that list
 with this function.

-

Parameters

+

Parameters

@@ -535,7 +581,7 @@ filter.

-

Returns

+

Returns

an array of NMConnections that could be activated with the given ap . The array should @@ -555,7 +601,7 @@ the connection may be activated with that AP. The connection must match the 's SSID, (if given) BSSID, and other attributes like security settings, channel, band, etc.

-

Parameters

+

Parameters

@@ -579,7 +625,7 @@ against

-

Returns

+

Returns

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

@@ -642,6 +688,12 @@ against


+

NM_ACCESS_POINT_LAST_SEEN

+
#define NM_ACCESS_POINT_LAST_SEEN   "last-seen"
+
+
+
+

NM_ACCESS_POINT_HW_ADDRESS

#define NM_ACCESS_POINT_HW_ADDRESS  "hw-address"
 
@@ -686,6 +738,18 @@ against


+

The “last-seen” property

+
  “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.

+

Flags: Read

+

Allowed values: >= -1

+

Default value: -1

+

Since: 1.0.6

+
+
+

The “max-bitrate” property

  “max-bitrate”              guint

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

-- cgit 1.3.0-6-gf8a5