From d9c99a29a0d3384c9c3d2adce430f5cb1134ab6a Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 30 Mar 2016 00:56:30 +0200 Subject: Imported Upstream version 1.1.92 --- ...freedesktop.NetworkManager.Device.Wireless.html | 242 +++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html') diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html new file mode 100644 index 00000000..3230bac7 --- /dev/null +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html @@ -0,0 +1,242 @@ + + + + +org.freedesktop.NetworkManager.Device.Wireless: NetworkManager D-Bus API Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

org.freedesktop.NetworkManager.Device.Wireless

+

org.freedesktop.NetworkManager.Device.Wireless

+
+
+

Methods

+
+GetAccessPoints    (OUT ao    access_points);
+GetAllAccessPoints (OUT ao    access_points);
+RequestScan        (IN  a{sv} options);
+
+
+
+

Signals

+
+PropertiesChanged  (a{sv} properties);
+AccessPointAdded   (o     access_point);
+AccessPointRemoved (o     access_point);
+
+
+
+

Properties

+
+HwAddress             readable   s
+PermHwAddress         readable   s
+Mode                  readable   u
+Bitrate               readable   u
+AccessPoints          readable   ao
+ActiveAccessPoint     readable   o
+WirelessCapabilities  readable   u
+
+
+
+

Description

+

+
+
+

Method Details

+
+

The GetAccessPoints() method

+
+GetAccessPoints (OUT ao access_points);
+
+

DEPRECATED. Get the list of access points visible to this device. Note that this list does not include access points which hide their SSID. To retrieve a list of all access points (including hidden ones) use the GetAllAccessPoints() method.

+
++++ + + + + +

OUT ao access_points:

List of access point object paths.

+
+
+
+

The GetAllAccessPoints() method

+
+GetAllAccessPoints (OUT ao access_points);
+
+

Get the list of all access points visible to this device, including hidden ones for which the SSID is not yet known.

+
++++ + + + + +

OUT ao access_points:

List of access point object paths.

+
+
+
+

The RequestScan() method

+
+RequestScan (IN  a{sv} options);
+
+

Request the device to scan

+
++++ + + + + +

IN a{sv} options:

Options of scan. Currently 'ssids' option with value of "aay" type is supported.

+
+
+
+

Signal Details

+
+

The "PropertiesChanged" signal

+
+PropertiesChanged (a{sv} properties);
+
+

Emitted when the wireless device's properties changed.

+
++++ + + + + +

a{sv} properties:

A dictionary containing the FIXME: check changed parameters.

+
+
+
+

The "AccessPointAdded" signal

+
+AccessPointAdded (o access_point);
+
+

Emitted when a new access point is found by the device.

+
++++ + + + + +

o access_point:

The object path of the newly found access point.

+
+
+
+

The "AccessPointRemoved" signal

+
+AccessPointRemoved (o access_point);
+
+

Emitted when an access point disappears from view of the device.

+
++++ + + + + +

o access_point:

The object path of the access point that has disappeared.

+
+
+
+

Property Details

+
+

The "HwAddress" property

+
+HwAddress  readable   s
+
+

The active hardware address of the device.

+
+
+
+

The "PermHwAddress" property

+
+PermHwAddress  readable   s
+
+

The permanent hardware address of the device.

+
+
+
+

The "Mode" property

+
+Mode  readable   u
+
+

The operating mode of the wireless device.

+
+
+
+

The "Bitrate" property

+
+Bitrate  readable   u
+
+

The bit rate currently used by the wireless device, in kilobits/second (Kb/s).

+
+
+
+

The "AccessPoints" property

+
+AccessPoints  readable   ao
+
+

List of object paths of access point visible to this wireless device.

+
+
+
+

The "ActiveAccessPoint" property

+
+ActiveAccessPoint  readable   o
+
+

Object path of the access point currently used by the wireless device.

+
+
+
+

The "WirelessCapabilities" property

+
+WirelessCapabilities  readable   u
+
+

The capabilities of the wireless device.

+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5