2007-02-12 09:23:43 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2008-02-28 02:07:21 +00:00
<node name= "/" xmlns:tp= "http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0" >
2007-02-12 09:23:43 +00:00
<interface name= "org.freedesktop.NetworkManager.AccessPoint" >
2008-02-28 02:07:21 +00:00
<property name= "Flags" type= "u" access= "read" tp:type= "NM_802_11_AP_FLAGS" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "Flags describing the capabilities of the access point." />
2008-02-28 02:07:21 +00:00
</property>
<property name= "WpaFlags" type= "u" access= "read" tp:type= "NM_802_11_AP_SEC" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "Flags describing the access point's capabilities according to WPA (Wifi Protected Access)." />
2008-02-28 02:07:21 +00:00
</property>
<property name= "RsnFlags" type= "u" access= "read" tp:type= "NM_802_11_AP_SEC" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "Flags describing the access point's capabilities according to the RSN (Robust Secure Network) protocol." />
2008-02-28 02:07:21 +00:00
</property>
<property name= "Ssid" type= "ay" access= "read" >
2015-04-15 14:53:30 -04:00
<!-- gdbus - codegen assumes that "ay" means "non - UTF - 8 string" and
won't deal with '\0' bytes correctly.
-->
<annotation name= "org.gtk.GDBus.C.ForceGVariant" value= "1" />
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "The Service Set Identifier identifying the access point." />
2008-02-28 02:07:21 +00:00
</property>
<property name= "Frequency" type= "u" access= "read" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "The radio channel frequency in use by the access point, in MHz." />
2008-02-28 02:07:21 +00:00
</property>
<property name= "HwAddress" type= "s" access= "read" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "The hardware address (BSSID) of the access point." />
2008-02-28 02:07:21 +00:00
</property>
2008-04-15 20:39:34 +00:00
<property name= "Mode" type= "u" access= "read" tp:type= "NM_802_11_MODE" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "Describes the operating mode of the access point." />
2008-02-28 02:07:21 +00:00
</property>
2008-03-12 17:44:39 +00:00
<property name= "MaxBitrate" type= "u" access= "read" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "The maximum bitrate this access point is capable of, in kilobits/second (Kb/s)." />
2008-02-28 02:07:21 +00:00
</property>
<property name= "Strength" type= "y" access= "read" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "The current signal quality of the access point, in percent." />
2008-02-28 02:07:21 +00:00
</property>
2015-04-21 11:48:26 -04:00
<property name= "LastSeen" type= "i" access= "read" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "
2015-04-21 11:48:26 -04:00
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.
2016-03-24 14:36:14 +01:00
" />
2015-04-21 11:48:26 -04:00
</property>
2007-02-12 09:23:43 +00:00
2007-09-19 20:44:37 +00:00
<signal name= "PropertiesChanged" >
2008-02-28 02:07:21 +00:00
<arg name= "properties" type= "a{sv}" tp:type= "String_Variant_Map" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "
2008-02-28 02:07:21 +00:00
A dictionary mapping property names to variant boxed values
2016-03-24 14:36:14 +01:00
" />
2008-02-28 02:07:21 +00:00
</arg>
2007-02-12 09:23:43 +00:00
</signal>
2008-02-28 02:07:21 +00:00
<tp:flags name= "NM_802_11_AP_FLAGS" value-prefix= "NM_802_11_AP_FLAGS" type= "u" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "
2008-02-28 02:07:21 +00:00
Flags describing the general capabilities of the access point.
2016-03-24 14:36:14 +01:00
" />
2008-02-28 02:07:21 +00:00
<tp:flag suffix= "NONE" value= "0x0" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "Null capability - says nothing about the access point." />
2008-02-28 02:07:21 +00:00
</tp:flag>
<tp:flag suffix= "PRIVACY" value= "0x1" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "Access point supports privacy measures." />
2008-02-28 02:07:21 +00:00
</tp:flag>
</tp:flags>
<tp:flags name= "NM_802_11_AP_SEC" value-prefix= "NM_802_11_AP_SEC" type= "u" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "
2008-02-28 02:07:21 +00:00
Flags describing the security capabilities of the access point.
2016-03-24 14:36:14 +01:00
" />
2008-02-28 02:07:21 +00:00
<tp:flag suffix= "NONE" value= "0x0" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "Null flag." />
2008-02-28 02:07:21 +00:00
</tp:flag>
<tp:flag suffix= "PAIR_WEP40" value= "0x1" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "Access point supports pairwise 40-bit WEP encryption." />
2008-02-28 02:07:21 +00:00
</tp:flag>
<tp:flag suffix= "PAIR_WEP104" value= "0x2" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "Access point supports pairwise 104-bit WEP encryption." />
2008-02-28 02:07:21 +00:00
</tp:flag>
<tp:flag suffix= "PAIR_TKIP" value= "0x4" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "Access point supports pairwise TKIP encryption." />
2008-02-28 02:07:21 +00:00
</tp:flag>
<tp:flag suffix= "PAIR_CCMP" value= "0x8" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "Access point supports pairwise CCMP encryption." />
2008-02-28 02:07:21 +00:00
</tp:flag>
<tp:flag suffix= "GROUP_WEP40" value= "0x10" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "Access point supports a group 40-bit WEP cipher." />
2008-02-28 02:07:21 +00:00
</tp:flag>
<tp:flag suffix= "GROUP_WEP104" value= "0x20" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "Access point supports a group 104-bit WEP cipher." />
2008-02-28 02:07:21 +00:00
</tp:flag>
<tp:flag suffix= "GROUP_TKIP" value= "0x40" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "Access point supports a group TKIP cipher." />
2008-02-28 02:07:21 +00:00
</tp:flag>
<tp:flag suffix= "GROUP_CCMP" value= "0x80" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "Access point supports a group CCMP cipher." />
2008-02-28 02:07:21 +00:00
</tp:flag>
<tp:flag suffix= "KEY_MGMT_PSK" value= "0x100" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "Access point supports PSK key management." />
2008-02-28 02:07:21 +00:00
</tp:flag>
<tp:flag suffix= "KEY_MGMT_802_1X" value= "0x200" >
2016-03-24 14:36:14 +01:00
<annotation name= "org.gtk.GDBus.DocString" value= "Access point supports 802.1x key management." />
2008-02-28 02:07:21 +00:00
</tp:flag>
</tp:flags>
2007-02-12 09:23:43 +00:00
</interface>
</node>