From 069cb5c3a525ebcc19cc2927964258acaca87b13 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 17 Jun 2018 14:54:10 +0200 Subject: New upstream version 1.11.90 --- docs/libnm/html/NMDeviceWifi.html | 65 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) (limited to 'docs/libnm/html/NMDeviceWifi.html') diff --git a/docs/libnm/html/NMDeviceWifi.html b/docs/libnm/html/NMDeviceWifi.html index ad301451..ba3a213b 100644 --- a/docs/libnm/html/NMDeviceWifi.html +++ b/docs/libnm/html/NMDeviceWifi.html @@ -106,6 +106,14 @@ +gint64 + + +nm_device_wifi_get_last_scan () + + + + gboolean @@ -180,6 +188,11 @@ Read +gint64 +last-scan +Read + + NM80211Mode mode Read @@ -257,6 +270,10 @@ NM_DEVICE_WIFI_ACCESS_POINTS +#define +NM_DEVICE_WIFI_LAST_SCAN + +   NMDeviceWifi @@ -509,6 +526,36 @@ The returned array is owned by the client and should not be modified.


+

nm_device_wifi_get_last_scan ()

+
gint64
+nm_device_wifi_get_last_scan (NMDeviceWifi *device);
+

Returns the timestamp (in CLOCK_BOOTTIME milliseconds) for the last finished +network scan. A value of -1 means the device never scanned for access points.

+

Use nm_utils_get_timestamp_msec() to obtain current time value suitable for +comparing to this value.

+
+

Parameters

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

device

a NMDeviceWifi

 
+
+
+

Returns

+

the last scan time in seconds

+
+

Since: 1.12

+
+
+

nm_device_wifi_request_scan ()

gboolean
 nm_device_wifi_request_scan (NMDeviceWifi *device,
@@ -806,6 +853,12 @@ set.


+

NM_DEVICE_WIFI_LAST_SCAN

+
#define NM_DEVICE_WIFI_LAST_SCAN           "last-scan"
+
+
+
+

NMDeviceWifi

typedef struct _NMDeviceWifi NMDeviceWifi;
@@ -844,6 +897,18 @@ set.


+

The “last-scan” property

+
  “last-scan”                gint64
+

The timestamp (in CLOCK_BOOTTIME seconds) for the last finished +network scan. A value of -1 means the device never scanned for +access points.

+

Flags: Read

+

Allowed values: >= -1

+

Default value: -1

+

Since: 1.12

+
+
+

The “mode” property

  “mode”                     NM80211Mode

The mode of the device.

-- cgit 1.3.0-6-gf8a5