Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.Device.Wireless.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.Device.Wireless">
0004     <annotation name="org.gtk.GDBus.C.Name" value="DeviceWifi"/>
0005 
0006     <!--
0007         GetAccessPoints:
0008         @access_points: List of access point object paths.
0009 
0010         DEPRECATED. Get the list of access points visible to this device. Note
0011         that this list does not include access points which hide their SSID. To
0012         retrieve a list of all access points (including hidden ones) use the
0013         GetAllAccessPoints() method.
0014     -->
0015     <method name="GetAccessPoints">
0016       <arg name="access_points" type="ao" direction="out"/>
0017       </method>
0018 
0019     <!--
0020         GetAllAccessPoints:
0021         @access_points: List of access point object paths.
0022 
0023         Get the list of all access points visible to this device, including hidden
0024         ones for which the SSID is not yet known.
0025     -->
0026     <method name="GetAllAccessPoints">
0027       <arg name="access_points" type="ao" direction="out"/>
0028       </method>
0029 
0030     <!--
0031         RequestScan:
0032         @options: Options of scan. Currently 'ssids' option with value of "aay" type is supported.
0033 
0034         Request the device to scan
0035     -->
0036     <method name="RequestScan">
0037       <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0038       <arg name="options" type="a{sv}" direction="in"/>
0039       </method>
0040 
0041     <!--
0042         HwAddress:
0043 
0044         The active hardware address of the device.
0045     -->
0046     <property name="HwAddress" type="s" access="read"/>
0047 
0048     <!--
0049         PermHwAddress:
0050 
0051         The permanent hardware address of the device.
0052     -->
0053     <property name="PermHwAddress" type="s" access="read"/>
0054 
0055     <!--
0056         Mode:
0057 
0058         The operating mode of the wireless device.
0059 
0060         Returns: <link linkend="NM80211Mode">NM80211Mode</link>
0061     -->
0062     <property name="Mode" type="u" access="read"/>
0063 
0064     <!--
0065         Bitrate:
0066 
0067         The bit rate currently used by the wireless device, in kilobits/second
0068         (Kb/s).
0069     -->
0070     <property name="Bitrate" type="u" access="read"/>
0071 
0072     <!--
0073         AccessPoints:
0074 
0075         List of object paths of access point visible to this wireless device.
0076     -->
0077     <property name="AccessPoints" type="ao" access="read"/>
0078 
0079     <!--
0080         ActiveAccessPoint:
0081 
0082         Object path of the access point currently used by the wireless device.
0083     -->
0084     <property name="ActiveAccessPoint" type="o" access="read"/>
0085 
0086     <!--
0087         WirelessCapabilities:
0088 
0089         The capabilities of the wireless device.
0090 
0091         Returns: <link linkend="NMDeviceWifiCapabilities">NMDeviceWifiCapabilities</link>
0092     -->
0093     <property name="WirelessCapabilities" type="u" access="read"/>
0094 
0095     <!--
0096         PropertiesChanged:
0097         @properties: A dictionary containing the changed parameters.
0098 
0099         DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
0100     -->
0101     <signal name="PropertiesChanged">
0102       <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0103       <arg name="properties" type="a{sv}" direction="In"/>
0104     </signal>
0105 
0106     <!--
0107         AccessPointAdded:
0108         @access_point: The object path of the newly found access point.
0109 
0110         Emitted when a new access point is found by the device.
0111     -->
0112     <signal name="AccessPointAdded">
0113         <arg name="access_point" type="o"/>
0114         </signal>
0115 
0116     <!--
0117         AccessPointRemoved:
0118         @access_point: The object path of the access point that has disappeared.
0119 
0120         Emitted when an access point disappears from view of the device.
0121     -->
0122     <signal name="AccessPointRemoved">
0123       <arg name="access_point" type="o"/>
0124     </signal>
0125   </interface>
0126 </node>