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/NMDeviceWifi.html | 141 +++++++++++++++++++++++++++++++++++++- 1 file changed, 138 insertions(+), 3 deletions(-) (limited to 'docs/libnm/html/NMDeviceWifi.html') diff --git a/docs/libnm/html/NMDeviceWifi.html b/docs/libnm/html/NMDeviceWifi.html index db0dca47..776aba14 100644 --- a/docs/libnm/html/NMDeviceWifi.html +++ b/docs/libnm/html/NMDeviceWifi.html @@ -113,6 +113,14 @@ +gboolean + + +nm_device_wifi_request_scan_options () + + + + void @@ -121,6 +129,14 @@ +void + + +nm_device_wifi_request_scan_options_async () + + + + gboolean @@ -527,6 +543,64 @@ set.


+

nm_device_wifi_request_scan_options ()

+
gboolean
+nm_device_wifi_request_scan_options (NMDeviceWifi *device,
+                                     GVariant *options,
+                                     GCancellable *cancellable,
+                                     GError **error);
+

Request NM to scan for access points on device +. Note that the function +returns immediately after requesting the scan, and it may take some time +after that for the scan to complete. +This is the same as nm_device_wifi_request_scan + except it accepts options + +for the scanning. The argument is the dictionary passed to RequestScan() +D-Bus call. Valid otions inside the dictionary are: +'ssids' => array of SSIDs (saay)

+
+

Parameters

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

device

a NMDeviceWifi

 

options

dictionary with options for RequestScan(), or NULL

 

cancellable

a GCancellable, or NULL

 

error

location for a GError, or NULL

 
+
+
+

Returns

+

TRUE on success, FALSE on error, in which case error +will be +set.

+
+

Since: 1.0.6

+
+
+

nm_device_wifi_request_scan_async ()

void
 nm_device_wifi_request_scan_async (NMDeviceWifi *device,
@@ -539,7 +613,7 @@ nm_device_wifi_request_scan_async (
 
-

Parameters

+

Parameters

@@ -574,6 +648,67 @@ that for the scan to complete.


+

nm_device_wifi_request_scan_options_async ()

+
void
+nm_device_wifi_request_scan_options_async
+                               (NMDeviceWifi *device,
+                                GVariant *options,
+                                GCancellable *cancellable,
+                                GAsyncReadyCallback callback,
+                                gpointer user_data);
+

Request NM to scan for access points on device +. Note that callback + will be +called immediately after requesting the scan, and it may take some time after +that for the scan to complete. +This is the same as nm_device_wifi_request_scan_async + except it accepts options + +for the scanning. The argument is the dictionary passed to RequestScan() +D-Bus call. Valid otions inside the dictionary are: +'ssids' => array of SSIDs (saay)

+
+

Parameters

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

device

a NMDeviceWifi

 

options

dictionary with options for RequestScan(), or NULL

 

cancellable

a GCancellable, or NULL

 

callback

callback to be called when the scan has been requested

 

user_data

caller-specific data passed to callback +

 
+
+

Since: 1.0.6

+
+
+

nm_device_wifi_request_scan_finish ()

gboolean
 nm_device_wifi_request_scan_finish (NMDeviceWifi *device,
@@ -581,7 +716,7 @@ nm_device_wifi_request_scan_finish (GError **error);

Gets the result of a call to nm_device_wifi_request_scan_async().

-

Parameters

+

Parameters

@@ -608,7 +743,7 @@ nm_device_wifi_request_scan_finish (
-

Returns

+

Returns

TRUE on success, FALSE on error, in which case error will be set.

-- cgit 1.3.0-6-gf8a5