2016-04-05 01:09:48 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<node name= "/" >
2017-03-10 18:58:34 +01:00
<!--
org.freedesktop.NetworkManager.AccessPoint:
@short_description: Wi-Fi Access Point
-->
2007-02-12 09:23:43 +00:00
<interface name= "org.freedesktop.NetworkManager.AccessPoint" >
2016-04-05 01:09:48 +02:00
<!--
Flags:
Flags describing the capabilities of the access point.
2016-04-05 01:02:00 +02:00
Returns: <link linkend= "NM80211ApFlags" > NM80211ApFlags</link>
2016-04-05 01:09:48 +02:00
-->
<property name= "Flags" type= "u" access= "read" />
<!--
WpaFlags:
Flags describing the access point's capabilities according to WPA (Wifi
Protected Access).
2016-04-05 01:02:00 +02:00
Returns: <link linkend= "NM80211ApSecurityFlags" > NM80211ApSecurityFlags</link>
2016-04-05 01:09:48 +02:00
-->
<property name= "WpaFlags" type= "u" access= "read" />
<!--
RsnFlags:
Flags describing the access point's capabilities according to the RSN
(Robust Secure Network) protocol.
2016-04-05 01:02:00 +02:00
Returns: <link linkend= "NM80211ApSecurityFlags" > NM80211ApSecurityFlags</link>
2016-04-05 01:09:48 +02:00
-->
<property name= "RsnFlags" type= "u" access= "read" />
<!--
Ssid:
The Service Set Identifier identifying the access point.
-->
2008-02-28 02:07:21 +00:00
<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-04-05 11:27:17 +02:00
</property>
2016-04-05 01:09:48 +02:00
<!--
Frequency:
The radio channel frequency in use by the access point, in MHz.
-->
<property name= "Frequency" type= "u" access= "read" />
<!--
HwAddress:
The hardware address (BSSID) of the access point.
-->
<property name= "HwAddress" type= "s" access= "read" />
<!--
Mode:
Describes the operating mode of the access point.
2016-04-05 01:02:00 +02:00
Returns: <link linkend= "NM80211Mode" > NM80211Mode</link>
2016-04-05 01:09:48 +02:00
-->
<property name= "Mode" type= "u" access= "read" />
<!--
MaxBitrate:
The maximum bitrate this access point is capable of, in kilobits/second
(Kb/s).
-->
<property name= "MaxBitrate" type= "u" access= "read" />
<!--
Strength:
The current signal quality of the access point, in percent.
-->
<property name= "Strength" type= "y" access= "read" />
<!--
LastSeen:
2015-04-21 11:48:26 -04:00
The timestamp (in CLOCK_BOOTTIME seconds) for the last time the access
2016-04-05 01:09:48 +02:00
point was found in scan results. A value of -1 means the access point has
never been found in scan results.
-->
<property name= "LastSeen" type= "i" access= "read" />
2007-02-12 09:23:43 +00:00
2016-04-05 01:09:48 +02:00
<!--
PropertiesChanged:
@properties: A dictionary mapping property names to variant boxed values
2016-09-01 13:38:20 +02:00
DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
2016-04-05 01:09:48 +02:00
-->
2007-09-19 20:44:37 +00:00
<signal name= "PropertiesChanged" >
2016-04-05 11:27:17 +02:00
<arg name= "properties" type= "a{sv}" />
2007-02-12 09:23:43 +00:00
</signal>
</interface>
</node>