From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 14 Jul 2015 19:38:58 +0200 Subject: Imported Upstream version 1.0.4 --- docs/libnm/html/NMDeviceWifi.html | 101 +++++++++++++++++++++++++------------- 1 file changed, 67 insertions(+), 34 deletions(-) (limited to 'docs/libnm/html/NMDeviceWifi.html') diff --git a/docs/libnm/html/NMDeviceWifi.html b/docs/libnm/html/NMDeviceWifi.html index 6bbad017..db0dca47 100644 --- a/docs/libnm/html/NMDeviceWifi.html +++ b/docs/libnm/html/NMDeviceWifi.html @@ -2,13 +2,13 @@ -libnm Reference Manual: NMDeviceWifi +NMDeviceWifi: libnm Reference Manual - + @@ -252,8 +252,6 @@

Description

-

-

Functions

@@ -281,7 +279,6 @@ nm_device_wifi_get_hw_address (

Returns

the actual hardware address. This is the internal string used by the device, and must not be modified.

-


@@ -310,7 +307,6 @@ nm_device_wifi_get_permanent_hw_address

Returns

the permanent hardware address. This is the internal string used by the device, and must not be modified.

-


@@ -337,7 +333,6 @@ nm_device_wifi_get_mode (

Returns

the mode

-


@@ -364,7 +359,6 @@ nm_device_wifi_get_bitrate (

Returns

the bit rate (kbit/s)

-


@@ -391,7 +385,6 @@ nm_device_wifi_get_capabilities (

Returns

the capabilities

-


@@ -530,7 +523,6 @@ after that for the scan to complete.

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

-


@@ -620,7 +612,6 @@ nm_device_wifi_request_scan_finish ( 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_MODE

#define NM_DEVICE_WIFI_MODE                "mode"
 
-

-


NM_DEVICE_WIFI_BITRATE

#define NM_DEVICE_WIFI_BITRATE             "bitrate"
 
-

-


NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT

#define NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT "active-access-point"
 
-

-


NM_DEVICE_WIFI_CAPABILITIES

#define NM_DEVICE_WIFI_CAPABILITIES        "wireless-capabilities"
 
-

-


NM_DEVICE_WIFI_ACCESS_POINTS

#define NM_DEVICE_WIFI_ACCESS_POINTS       "access-points"
 
-

-

@@ -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