Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.AccessPoint.xml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <node name="/">
0003 <interface name="org.freedesktop.NetworkManager.AccessPoint">
0004
0005 <!--
0006 Flags:
0007
0008 Flags describing the capabilities of the access point.
0009
0010 Returns: <link linkend="NM80211ApFlags">NM80211ApFlags</link>
0011 -->
0012 <property name="Flags" type="u" access="read"/>
0013
0014 <!--
0015 WpaFlags:
0016
0017 Flags describing the access point's capabilities according to WPA (Wifi
0018 Protected Access).
0019
0020 Returns: <link linkend="NM80211ApSecurityFlags">NM80211ApSecurityFlags</link>
0021 -->
0022 <property name="WpaFlags" type="u" access="read"/>
0023
0024 <!--
0025 RsnFlags:
0026
0027 Flags describing the access point's capabilities according to the RSN
0028 (Robust Secure Network) protocol.
0029
0030 Returns: <link linkend="NM80211ApSecurityFlags">NM80211ApSecurityFlags</link>
0031 -->
0032 <property name="RsnFlags" type="u" access="read"/>
0033
0034 <!--
0035 Ssid:
0036
0037 The Service Set Identifier identifying the access point.
0038 -->
0039 <property name="Ssid" type="ay" access="read">
0040 <!-- gdbus-codegen assumes that "ay" means "non-UTF-8 string" and
0041 won't deal with '\0' bytes correctly.
0042 -->
0043 <annotation name="org.gtk.GDBus.C.ForceGVariant" value="1"/>
0044 </property>
0045
0046 <!--
0047 Frequency:
0048
0049 The radio channel frequency in use by the access point, in MHz.
0050 -->
0051 <property name="Frequency" type="u" access="read"/>
0052
0053 <!--
0054 HwAddress:
0055
0056 The hardware address (BSSID) of the access point.
0057 -->
0058 <property name="HwAddress" type="s" access="read"/>
0059
0060 <!--
0061 Mode:
0062
0063 Describes the operating mode of the access point.
0064
0065 Returns: <link linkend="NM80211Mode">NM80211Mode</link>
0066 -->
0067 <property name="Mode" type="u" access="read"/>
0068
0069 <!--
0070 MaxBitrate:
0071
0072 The maximum bitrate this access point is capable of, in kilobits/second
0073 (Kb/s).
0074 -->
0075 <property name="MaxBitrate" type="u" access="read"/>
0076
0077 <!--
0078 Strength:
0079
0080 The current signal quality of the access point, in percent.
0081 -->
0082 <property name="Strength" type="y" access="read"/>
0083
0084 <!--
0085 LastSeen:
0086
0087 The timestamp (in CLOCK_BOOTTIME seconds) for the last time the access
0088 point was found in scan results. A value of -1 means the access point has
0089 never been found in scan results.
0090 -->
0091 <property name="LastSeen" type="i" access="read"/>
0092
0093 <!--
0094 PropertiesChanged:
0095 @properties: A dictionary mapping property names to variant boxed values
0096
0097 DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
0098 -->
0099 <signal name="PropertiesChanged">
0100 <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0101 <arg name="properties" type="a{sv}" direction="In"/>
0102 </signal>
0103 </interface>
0104 </node>