From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001
From: Michael Biebl the actual hardware address. This is the internal string used by the
device, and must not be modified. the permanent hardware address. This is the internal string used by the
device, and must not be modified. the mode the bit rate (kbit/s) the capabilitiesFunctions
@@ -281,7 +279,6 @@ nm_device_wifi_get_hw_address (Returns
@@ -310,7 +307,6 @@ nm_device_wifi_get_permanent_hw_address
Returns
@@ -337,7 +333,6 @@ nm_device_wifi_get_mode (
Returns
@@ -364,7 +359,6 @@ nm_device_wifi_get_bitrate (
Returns
@@ -391,7 +385,6 @@ nm_device_wifi_get_capabilities (
Returns
@@ -530,7 +523,6 @@ after that for the scan to complete.
TRUE on success, FALSE on error, in which case error
will be
set.
TRUE on success, FALSE on error, in which case error
will be
set.
-
@@ -630,56 +621,42 @@ set.
NM_DEVICE_WIFI_HW_ADDRESS
#define NM_DEVICE_WIFI_HW_ADDRESS "hw-address"
-
-
NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS
#define NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS "perm-hw-address"
-
-
NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT
#define NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT "active-access-point"
-
-
@@ -687,21 +664,22 @@ set.
The “access-points” property
“access-points” GPtrArray *
-
+List of all Wi-Fi access points the device can see.
+Element-type: NMAccessPoint
Flags: Read
The “active-access-point” property
“active-access-point” NMAccessPoint *
-
+The active NMAccessPoint of the device.
Flags: Read
The “bitrate” property
“bitrate” guint
-
+The bit rate of the device in kbit/s.
Flags: Read
Default value: 0
@@ -709,7 +687,7 @@ set.
The “hw-address” property
“hw-address” gchar *
-
+The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -717,7 +695,7 @@ set.
The “mode” property
“mode” NM80211Mode
-
+The mode of the device.
Flags: Read
Default value: NM_802_11_MODE_UNKNOWN
@@ -725,7 +703,7 @@ set.
The “perm-hw-address” property
“perm-hw-address” gchar *
-
+The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -733,7 +711,7 @@ set.
The “wireless-capabilities” property
“wireless-capabilities” NMDeviceWifiCapabilities
-
+The wireless capabilities of the device.
Flags: Read
@@ -745,6 +723,34 @@ set.
user_function (NMDeviceWifi *device,
GObject *ap,
gpointer user_data)
+Notifies that a NMAccessPoint is added to the Wi-Fi device.
+
+Parameters
+
+
+
+
+
+
+
+
+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
@@ -754,12 +760,39 @@ user_function (NMDeviceWifi *device,
GObject *ap,
gpointer user_data)
+Notifies that a NMAccessPoint is removed from the Wi-Fi device.
+
+Parameters
+
+
+
+
+
+
+
+
+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
+
Generated by GTK-Doc V1.24
\ No newline at end of file
--
cgit 1.3.0-6-gf8a5