NetworkManager/introspection/nm-device-802-11-wireless.xml

26 lines
818 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<node name="/">
<interface name="org.freedesktop.NetworkManager.Device.Wireless">
<method name="GetActiveNetworks">
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_device_get_active_networks"/>
<arg name="networks" type="ao" direction="out"/>
</method>
<property name="HwAddress" type="s" access="read"/>
<property name="Mode" type="i" access="read"/>
<property name="Bitrate" type="i" access="read"/>
<property name="ActiveNetwork" type="o" access="read"/>
<property name="WirelessCapabilities" type="u" access="read"/>
<signal name="NetworkAdded">
<arg name="network" type="o"/>
</signal>
<signal name="NetworkRemoved">
<arg name="network" type="o"/>
</signal>
</interface>
</node>