add more spacing
[personal-kdebase.git] / workspace / solid / networkmanager-0.7 / dbus / introspection / nm-access-point.xml
blob513e6d275c65138e9b428a1c622fa9d90ec9b568
1 <?xml version="1.0" encoding="UTF-8" ?>
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       <tp:docstring>The Service Set Identifier identifying the access point.</tp:docstring>
16     </property>
17     <property name="Frequency" type="u" access="read">
18       <tp:docstring>The radio channel frequency in use by the access point, in MHz.</tp:docstring>
19     </property>
20     <property name="HwAddress" type="s" access="read">
21       <tp:docstring>The hardware address of the access point.</tp:docstring>
22     </property>
24     <property name="Mode" type="u" access="read" tp:type="NM_802_11_MODE">
25       <tp:docstring>Describes the operating mode of the access point.</tp:docstring>
26     </property>
27     <property name="MaxBitrate" type="u" access="read">
28       <tp:docstring>The maximum bitrate this access point is capable of, in kilobits/second (Kb/s).</tp:docstring>
29     </property>
30     <property name="Strength" type="y" access="read">
31       <tp:docstring>The current signal strength received from this access point.</tp:docstring>
32     </property>
34     <signal name="PropertiesChanged">
35         <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
36         <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
37             <tp:docstring>
38                 A dictionary mapping property names to variant boxed values
39             </tp:docstring>
40         </arg>
41     </signal>
42     <tp:flags name="NM_802_11_AP_FLAGS" value-prefix="NM_802_11_AP_FLAGS" type="u">
43       <tp:docstring>
44         Flags describing the general capabilities of the access point.
45       </tp:docstring>
46       <tp:flag suffix="NONE" value="0x0">
47         <tp:docstring>Null capability - says nothing about the access point.</tp:docstring>
48       </tp:flag>
49       <tp:flag suffix="PRIVACY" value="0x1">
50         <tp:docstring>Access point supports privacy measures.</tp:docstring>
51       </tp:flag>
52     </tp:flags>
53     <tp:flags name="NM_802_11_AP_SEC" value-prefix="NM_802_11_AP_SEC" type="u">
54       <tp:docstring>
55         Flags describing the security capabilities of the access point.
56       </tp:docstring>
57       <tp:flag suffix="NONE" value="0x0">
58         <tp:docstring>Null flag.</tp:docstring>
59       </tp:flag>
60       <tp:flag suffix="PAIR_WEP40" value="0x1">
61         <tp:docstring>Access point supports pairwise 40-bit WEP encryption.</tp:docstring>
62       </tp:flag>
63       <tp:flag suffix="PAIR_WEP104" value="0x2">
64         <tp:docstring>Access point supports pairwise 104-bit WEP encryption.</tp:docstring>
65       </tp:flag>
66       <tp:flag suffix="PAIR_TKIP" value="0x4">
67         <tp:docstring>Access point supports pairwise TKIP encryption.</tp:docstring>
68       </tp:flag>
69       <tp:flag suffix="PAIR_CCMP" value="0x8">
70         <tp:docstring>Access point supports pairwise CCMP encryption.</tp:docstring>
71       </tp:flag>
72       <tp:flag suffix="GROUP_WEP40" value="0x10">
73         <tp:docstring>Access point supports a group 40-bit WEP cypher.</tp:docstring>
74       </tp:flag>
75       <tp:flag suffix="GROUP_WEP104" value="0x20">
76         <tp:docstring>Access point supports a group 104-bit WEP cypher.</tp:docstring>
77       </tp:flag>
78       <tp:flag suffix="GROUP_TKIP" value="0x40">
79         <tp:docstring>Access point supports a group TKIP cypher.</tp:docstring>
80       </tp:flag>
81       <tp:flag suffix="GROUP_CCMP" value="0x80">
82         <tp:docstring>Access point supports a group CCMP cypher.</tp:docstring>
83       </tp:flag>
84       <tp:flag suffix="KEY_MGMT_PSK" value="0x100">
85         <tp:docstring>Access point supports PSK key management.</tp:docstring>
86       </tp:flag>
87       <tp:flag suffix="KEY_MGMT_802_1X" value="0x200">
88         <tp:docstring>Access point supports 802.1x key management.</tp:docstring>
89       </tp:flag>
90     </tp:flags>
91   </interface>
92 </node>