summaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.NetworkManager.WifiP2PPeer.xml
blob: 693d26b5f0bece8b0bf7d40060c7c50719a24e0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?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"/>

    <!--
        Name:

        Device name.

        Since: 1.16
    -->
    <property name="Name" type="s" access="read"/>

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