16eae04476b994aaa86c28efadae52aa7a9222ec
[NetworkManager.git] / introspection / nm-access-point.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
4   <interface name="org.freedesktop.NetworkManager.AccessPoint">
5     <property name="Flags" type="u" access="read" tp:type="NM_802_11_AP_FLAGS">
6       <tp:docstring>Flags describing the capabilities of the access point.</tp:docstring>
7     </property>
8     <property name="WpaFlags" type="u" access="read" tp:type="NM_802_11_AP_SEC">
9       <tp:docstring>Flags describing the access point's capabilities according to WPA (Wifi Protected Access).</tp:docstring>
10     </property>
11     <property name="RsnFlags" type="u" access="read" tp:type="NM_802_11_AP_SEC">
12       <tp:docstring>Flags describing the access point's capabilities according to the RSN (Robust Secure Network) protocol.</tp:docstring>
13     </property>
14     <property name="Ssid" type="ay" access="read">
15       <!-- gdbus-codegen assumes that "ay" means "non-UTF-8 string" and
16            won't deal with '\0' bytes correctly.
17       -->
18       <annotation name="org.gtk.GDBus.C.ForceGVariant" value="1"/>
19       <tp:docstring>The Service Set Identifier identifying the access point.</tp:docstring>
20     </property>
21     <property name="Frequency" type="u" access="read">
22       <tp:docstring>The radio channel frequency in use by the access point, in MHz.</tp:docstring>
23     </property>
24     <property name="HwAddress" type="s" access="read">
25       <tp:docstring>The hardware address (BSSID) of the access point.</tp:docstring>
26     </property>
27
28     <property name="Mode" type="u" access="read" tp:type="NM_802_11_MODE">
29       <tp:docstring>Describes the operating mode of the access point.</tp:docstring>
30     </property>
31     <property name="MaxBitrate" type="u" access="read">
32       <tp:docstring>The maximum bitrate this access point is capable of, in kilobits/second (Kb/s).</tp:docstring>
33     </property>
34     <property name="Strength" type="y" access="read">
35       <tp:docstring>The current signal quality of the access point, in percent.</tp:docstring>
36     </property>
37     <property name="LastSeen" type="i" access="read">
38       <tp:docstring>
39         The timestamp (in CLOCK_BOOTTIME seconds) for the last time the access
40         point was found in scan results.  A value of -1 means the access point
41         has never been found in scan results.
42       </tp:docstring>
43     </property>
44
45     <signal name="PropertiesChanged">
46         <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
47             <tp:docstring>
48                 A dictionary mapping property names to variant boxed values
49             </tp:docstring>
50         </arg>
51     </signal>
52     <tp:flags name="NM_802_11_AP_FLAGS" value-prefix="NM_802_11_AP_FLAGS" type="u">
53       <tp:docstring>
54         Flags describing the general capabilities of the access point.
55       </tp:docstring>
56       <tp:flag suffix="NONE" value="0x0">
57         <tp:docstring>Null capability - says nothing about the access point.</tp:docstring>
58       </tp:flag>
59       <tp:flag suffix="PRIVACY" value="0x1">
60         <tp:docstring>Access point supports privacy measures.</tp:docstring>
61       </tp:flag>
62     </tp:flags>
63     <tp:flags name="NM_802_11_AP_SEC" value-prefix="NM_802_11_AP_SEC" type="u">
64       <tp:docstring>
65         Flags describing the security capabilities of the access point.
66       </tp:docstring>
67       <tp:flag suffix="NONE" value="0x0">
68         <tp:docstring>Null flag.</tp:docstring>
69       </tp:flag>
70       <tp:flag suffix="PAIR_WEP40" value="0x1">
71         <tp:docstring>Access point supports pairwise 40-bit WEP encryption.</tp:docstring>
72       </tp:flag>
73       <tp:flag suffix="PAIR_WEP104" value="0x2">
74         <tp:docstring>Access point supports pairwise 104-bit WEP encryption.</tp:docstring>
75       </tp:flag>
76       <tp:flag suffix="PAIR_TKIP" value="0x4">
77         <tp:docstring>Access point supports pairwise TKIP encryption.</tp:docstring>
78       </tp:flag>
79       <tp:flag suffix="PAIR_CCMP" value="0x8">
80         <tp:docstring>Access point supports pairwise CCMP encryption.</tp:docstring>
81       </tp:flag>
82       <tp:flag suffix="GROUP_WEP40" value="0x10">
83         <tp:docstring>Access point supports a group 40-bit WEP cipher.</tp:docstring>
84       </tp:flag>
85       <tp:flag suffix="GROUP_WEP104" value="0x20">
86         <tp:docstring>Access point supports a group 104-bit WEP cipher.</tp:docstring>
87       </tp:flag>
88       <tp:flag suffix="GROUP_TKIP" value="0x40">
89         <tp:docstring>Access point supports a group TKIP cipher.</tp:docstring>
90       </tp:flag>
91       <tp:flag suffix="GROUP_CCMP" value="0x80">
92         <tp:docstring>Access point supports a group CCMP cipher.</tp:docstring>
93       </tp:flag>
94       <tp:flag suffix="KEY_MGMT_PSK" value="0x100">
95         <tp:docstring>Access point supports PSK key management.</tp:docstring>
96       </tp:flag>
97       <tp:flag suffix="KEY_MGMT_802_1X" value="0x200">
98         <tp:docstring>Access point supports 802.1x key management.</tp:docstring>
99       </tp:flag>
100     </tp:flags>
101   </interface>
102 </node>
103