diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2019-03-12 15:16:42 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2019-03-12 15:16:42 +0100 |
| commit | cc4ab276f923ded9f415c1c2bf192994367ab0bb (patch) | |
| tree | ac3a7775665992b27d07eb44186d38ff961a8cd7 /introspection/org.freedesktop.NetworkManager.WifiP2PPeer.xml | |
| parent | bb1cf58350bb34463e9ffc5f96ac4f9b6bf46d28 (diff) | |
| parent | dd428301eb6f02542015121d7b08d9997f137e50 (diff) | |
Update upstream source from tag 'upstream/1.15.91'
Update to upstream version '1.15.91' with Debian dir 74de38245314cab529c6c94cd9d0b874ce0c2994
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.WifiP2PPeer.xml')
| -rw-r--r-- | introspection/org.freedesktop.NetworkManager.WifiP2PPeer.xml | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.WifiP2PPeer.xml b/introspection/org.freedesktop.NetworkManager.WifiP2PPeer.xml new file mode 100644 index 00000000..9068f071 --- /dev/null +++ b/introspection/org.freedesktop.NetworkManager.WifiP2PPeer.xml @@ -0,0 +1,97 @@ +<?xml version="1.0" encoding="UTF-8"?> +<node name="/"> + <!-- + org.freedesktop.NetworkManager.WifiP2PPeer: + @short_description: Wi-Fi P2P Peer + + Since: 1.16 + --> + <interface name="org.freedesktop.NetworkManager.WifiP2PPeer"> + <annotation name="org.gtk.GDBus.C.Name" value="Wifi_P2P_Peer"/> + + <!-- + Flags: + + Flags describing the capabilities of the access point. + + Returns: <link linkend="NM80211ApFlags">NM80211ApFlags</link> + + Since: 1.16 + --> + <property name="Flags" type="u" access="read"/> + + <!-- + Manufacturer: + + The manufacturer of the Wi-Fi P2P peer. + + Since: 1.16 + --> + <property name="Manufacturer" type="s" access="read"/> + + <!-- + Model: + + The model of the Wi-Fi P2P peer. + + Since: 1.16 + --> + <property name="Model" type="s" access="read"/> + + <!-- + ModelNumber: + + The model number of the Wi-Fi P2P peer. + + Since: 1.16 + --> + <property name="ModelNumber" type="s" access="read"/> + + <!-- + Serial: + + The serial number of the Wi-Fi P2P peer. + + Since: 1.16 + --> + <property name="Serial" type="s" access="read"/> + + <!-- + WfdIEs: + + The Wi-Fi Display Information Elements of the Wi-Fi P2P peer. + + Since: 1.16 + --> + <property name="WfdIEs" type="ay" access="read"/> + + <!-- + HwAddress: + + The hardware address (BSSID) of the access point. + + Since: 1.16 + --> + <property name="HwAddress" type="s" access="read"/> + + <!-- + Strength: + + The current signal quality of the access point, in percent. + + Since: 1.16 + --> + <property name="Strength" type="y" access="read"/> + + <!-- + LastSeen: + + The timestamp (in CLOCK_BOOTTIME seconds) for the last time the access + point was found in scan results. A value of -1 means the access point has + never been found in scan results. + + Since: 1.16 + --> + <property name="LastSeen" type="i" access="read"/> + </interface> +</node> |