From dd428301eb6f02542015121d7b08d9997f137e50 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Tue, 12 Mar 2019 15:13:33 +0100 Subject: New upstream version 1.15.91 --- ....freedesktop.NetworkManager.Device.WifiP2P.html | 171 +++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.WifiP2P.html (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.WifiP2P.html') diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.WifiP2P.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.WifiP2P.html new file mode 100644 index 00000000..7b01d3ae --- /dev/null +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.WifiP2P.html @@ -0,0 +1,171 @@ + + + + +org.freedesktop.NetworkManager.Device.WifiP2P: NetworkManager Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

org.freedesktop.NetworkManager.Device.WifiP2P

+

org.freedesktop.NetworkManager.Device.WifiP2P — Wi-Fi P2P Device

+
+
+

Methods

+
+StartFind (IN  a{sv} options);
+StopFind  ();
+
+
+
+

Signals

+
+PeerAdded   (o peer);
+PeerRemoved (o peer);
+
+
+
+

Properties

+
+HwAddress  readable   s
+Peers      readable   ao
+
+
+
+

Description

+

Since: 1.16 +

+
+
+

Method Details

+
+

The StartFind() method

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

in the range of 1-600 seconds is supported. The default is + 30 seconds. +

+

Start a find operation for Wi-Fi P2P peers. +

+

Since: 1.16 +

+
++++ + + + + +

IN a{sv} options:

Options of find. Currently 'timeout' option with value of "i"

+
+
+
+

The StopFind() method

+
+StopFind ();
+
+

Stop an ongoing find operation again. +

+

Since: 1.16 +

+
+
+
+

Signal Details

+
+

The "PeerAdded" signal

+
+PeerAdded (o peer);
+
+

Emitted when a new Wi-Fi P2P peer is found by the device. +

+

Since: 1.16 +

+
++++ + + + + +

o peer:

The object path of the newly found access point.

+
+
+
+

The "PeerRemoved" signal

+
+PeerRemoved (o peer);
+
+

Emitted when a Wi-Fi P2P peer disappears from view of the device. +

+

Since: 1.16 +

+
++++ + + + + +

o peer:

The object path of the Wi-Fi P2P peer that has disappeared.

+
+
+
+

Property Details

+
+

The "HwAddress" property

+
+HwAddress  readable   s
+
+

The active hardware address of the device. +

+

Since: 1.16 +

+
+
+
+

The "Peers" property

+
+Peers  readable   ao
+
+

List of object paths of peers visible to this Wi-Fi P2P device. +

+

Since: 1.16 +

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