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>
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>
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>
14 <property name="Ssid" type="ay" access="read">
15 <tp:docstring>The Service Set Identifier identifying the access point.</tp:docstring>
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>
20 <property name="HwAddress" type="s" access="read">
21 <tp:docstring>The hardware address of the access point.</tp:docstring>
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>
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>
30 <property name="Strength" type="y" access="read">
31 <tp:docstring>The current signal strength received from this access point.</tp:docstring>
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"/>
38 A dictionary mapping property names to variant boxed values
42 <tp:flags name="NM_802_11_AP_FLAGS" value-prefix="NM_802_11_AP_FLAGS" type="u">
44 Flags describing the general capabilities of the access point.
46 <tp:flag suffix="NONE" value="0x0">
47 <tp:docstring>Null capability - says nothing about the access point.</tp:docstring>
49 <tp:flag suffix="PRIVACY" value="0x1">
50 <tp:docstring>Access point supports privacy measures.</tp:docstring>
53 <tp:flags name="NM_802_11_AP_SEC" value-prefix="NM_802_11_AP_SEC" type="u">
55 Flags describing the security capabilities of the access point.
57 <tp:flag suffix="NONE" value="0x0">
58 <tp:docstring>Null flag.</tp:docstring>
60 <tp:flag suffix="PAIR_WEP40" value="0x1">
61 <tp:docstring>Access point supports pairwise 40-bit WEP encryption.</tp:docstring>
63 <tp:flag suffix="PAIR_WEP104" value="0x2">
64 <tp:docstring>Access point supports pairwise 104-bit WEP encryption.</tp:docstring>
66 <tp:flag suffix="PAIR_TKIP" value="0x4">
67 <tp:docstring>Access point supports pairwise TKIP encryption.</tp:docstring>
69 <tp:flag suffix="PAIR_CCMP" value="0x8">
70 <tp:docstring>Access point supports pairwise CCMP encryption.</tp:docstring>
72 <tp:flag suffix="GROUP_WEP40" value="0x10">
73 <tp:docstring>Access point supports a group 40-bit WEP cypher.</tp:docstring>
75 <tp:flag suffix="GROUP_WEP104" value="0x20">
76 <tp:docstring>Access point supports a group 104-bit WEP cypher.</tp:docstring>
78 <tp:flag suffix="GROUP_TKIP" value="0x40">
79 <tp:docstring>Access point supports a group TKIP cypher.</tp:docstring>
81 <tp:flag suffix="GROUP_CCMP" value="0x80">
82 <tp:docstring>Access point supports a group CCMP cypher.</tp:docstring>
84 <tp:flag suffix="KEY_MGMT_PSK" value="0x100">
85 <tp:docstring>Access point supports PSK key management.</tp:docstring>
87 <tp:flag suffix="KEY_MGMT_802_1X" value="0x200">
88 <tp:docstring>Access point supports 802.1x key management.</tp:docstring>