mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 20:20:17 +01:00
* src/NetworkManagerAP.c src/NetworkManagerAP.h introspection/nm-access-point.xml - Change 'freq' property to a guint32 instead of a double since we weren't using the floating point bits anyway git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2780 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
21 lines
718 B
XML
21 lines
718 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<node name="/">
|
|
<interface name="org.freedesktop.NetworkManager.AccessPoint">
|
|
<property name="Flags" type="u" access="read"/>
|
|
<property name="WpaFlags" type="u" access="read"/>
|
|
<property name="RsnFlags" type="u" access="read"/>
|
|
<property name="Ssid" type="ay" access="read"/>
|
|
<property name="Frequency" type="u" access="read"/>
|
|
<property name="HwAddress" type="s" access="read"/>
|
|
<property name="Mode" type="i" access="read"/>
|
|
<property name="Rate" type="u" access="read"/>
|
|
<property name="Strength" type="y" access="read"/>
|
|
|
|
<signal name="StrengthChanged">
|
|
<arg name="strength" type="y"/>
|
|
</signal>
|
|
|
|
</interface>
|
|
</node>
|
|
|