From 28028b26b3371756811e95d894f709f4b1207c00 Mon Sep 17 00:00:00 2001
From: Michael Biebl a GPtrArray containing all the
-scanned NMAccessPoints.
+scanned NMAccessPoints.
The returned array is owned by the client and should not be modified. [element-type NMAccessPoint]
Top
+ Description
![]()
@@ -156,84 +152,6 @@
![]()
Properties
-
-
-
-
-GPtrArray *
-access-points
-Read
-
-
-
-NMAccessPoint *
-active-access-point
-Read
-
-
-guint
-bitrate
-Read
-
-
-
-gchar *
-hw-address
-Read
-
-
-gint64
-last-scan
-Read
-
-
-NM80211Mode
-mode
-Read
-
-
-
-gchar *
-perm-hw-address
-Read
-
-
-
-NMDeviceWifiCapabilities
-wireless-capabilities
-Read
-Signals
-
-
-
-void
-access-point-added
-Run First
-
-
-
-void
-access-point-removed
-Run First
-
Returns
NMDeviceWifi *device,
GCancellable *cancellable,
GError **error);
+nm_device_wifi_request_scan has been deprecated since version 1.22 and should not be used in newly-written code.
, use nm_device_wifi_request_scan_async() or GDBusConnection
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
@@ -607,6 +511,10 @@ nm_device_wifi_request_scan_options (,
GVariant *optionsGCancellable *cancellable,
GError **error);
+
nm_device_wifi_request_scan_options has been deprecated since version 1.22 and should not be used in newly-written code.
, use nm_device_wifi_request_scan_options_async() or GDBusConnection
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
@@ -725,6 +633,7 @@ This is the same as nm_device_wifi_request_scan_asyn
for the scanning. The argument is the dictionary passed to RequestScan()
D-Bus call. Valid options inside the dictionary are:
'ssids' => array of SSIDs (saay)
To complete the request call nm_device_wifi_request_scan_finish().
device |
-the Wi-Fi device that received the signal |
-- |
ap |
-the new access point |
-- |
user_data |
-user data set when the signal handler was connected. |
-- |
Flags: Run First
-“access-point-removed” signalvoid -user_function (NMDeviceWifi *device, - GObject *ap, - gpointer user_data)-
Notifies that a NMAccessPoint is removed from the Wi-Fi device.
-device |
-the Wi-Fi device that received the signal |
-- |
ap |
-the removed access point |
-- |
user_data |
-user data set when the signal handler was connected. |
-- |
Flags: Run First
-