From 6accbd3ec0e42d8633bbde4d47ed7bfe854e7e0b Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 12 Aug 2022 19:21:11 +0200 Subject: New upstream version 1.38.4 --- ....freedesktop.NetworkManager.Device.Wireless.xml | 84 ++++++++++++++-------- 1 file changed, 56 insertions(+), 28 deletions(-) (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.Device.Wireless.xml') diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Wireless.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Wireless.xml index 7987e594..8a2e6740 100644 --- a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Wireless.xml +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Wireless.xml @@ -35,7 +35,9 @@ Description - + + + Method Details @@ -45,15 +47,18 @@ 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. + +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. + +List of access point object paths. + @@ -63,13 +68,16 @@ GetAccessPoints (OUT ao access_points); 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. + +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. + +List of access point object paths. + @@ -79,12 +87,15 @@ GetAllAccessPoints (OUT ao access_points); RequestScan (IN a{sv} options); - Request the device to scan. To know when the scan is finished, use the "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" to listen to changes to the "LastScan" property. + +Request the device to scan. To know when the scan is finished, use the "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" to listen to changes to the "LastScan" property. IN a{sv} options: - Options of scan. Currently, 'ssids' option with value of "aay" type is supported. + +Options of scan. Currently, 'ssids' option with value of "aay" type is supported. + @@ -97,12 +108,15 @@ RequestScan (IN a{sv} options); AccessPointAdded (o access_point); - Emitted when a new access point is found by the device. + +Emitted when a new access point is found by the device. o access_point: - The object path of the newly found access point. + +The object path of the newly found access point. + @@ -112,12 +126,15 @@ AccessPointAdded (o access_point); AccessPointRemoved (o access_point); - Emitted when an access point disappears from view of the device. + +Emitted when an access point disappears from view of the device. o access_point: - The object path of the access point that has disappeared. + +The object path of the access point that has disappeared. + @@ -130,8 +147,10 @@ AccessPointRemoved (o access_point); HwAddress readable s - The active hardware address of the device. - DEPRECATED. Use the "HwAddress" property in "org.freedesktop.NetworkManager.Device" instead which exists since version NetworkManager 1.24.0. + +The active hardware address of the device. + +DEPRECATED. Use the "HwAddress" property in "org.freedesktop.NetworkManager.Device" instead which exists since version NetworkManager 1.24.0. @@ -140,7 +159,8 @@ HwAddress readable s PermHwAddress readable s - The permanent hardware address of the device. + +The permanent hardware address of the device. @@ -149,8 +169,10 @@ PermHwAddress readable s Mode readable u - The operating mode of the wireless device. - Returns: NM80211Mode + +The operating mode of the wireless device. + +Returns: NM80211Mode @@ -159,8 +181,9 @@ Mode readable u Bitrate readable u - The bit rate currently used by the wireless device, in kilobits/second - (Kb/s). + +The bit rate currently used by the wireless device, in kilobits/second +(Kb/s). @@ -169,7 +192,8 @@ Bitrate readable u AccessPoints readable ao - List of object paths of access point visible to this wireless device. + +List of object paths of access point visible to this wireless device. @@ -178,7 +202,8 @@ AccessPoints readable ao ActiveAccessPoint readable o - Object path of the access point currently used by the wireless device. + +Object path of the access point currently used by the wireless device. @@ -187,8 +212,10 @@ ActiveAccessPoint readable o WirelessCapabilities readable u - The capabilities of the wireless device. - Returns: NMDeviceWifiCapabilities + +The capabilities of the wireless device. + +Returns: NMDeviceWifiCapabilities @@ -197,8 +224,9 @@ WirelessCapabilities readable u LastScan readable x - The timestamp (in CLOCK_BOOTTIME milliseconds) for the last finished network scan. - A value of -1 means the device never scanned for access points. + +The timestamp (in CLOCK_BOOTTIME milliseconds) for the last finished network scan. +A value of -1 means the device never scanned for access points. Since 1.12 -- cgit 1.3.0-6-gf8a5