mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-16 20:30:25 +01:00
* introspection/nm-ip4-config.xml: Implement. * libnm-glib/libnm-glib-test.c: Use new DBUS API in tests. * libnm-glib/nm-ip4-config.c: * libnm-glib/nm-ip4-config.c: Implement. * src/nm-ap-security[-*]: Remove circular dependencies between APs and AP securities. APs reference security. * src/nm-device-802-11-wireless.c: Implement missing properties that need to be exported over DBUS. * src/nm-device-802-3-ethernet.c: Ditto. * src/NetworkManagerAP.c: * src/NetworkManagerAP.h: - Convert to GObject, export over DBUS. * src/nm-ip4-config.h: * src/nm-ip4-config.h: - Convert to GObject, export over DBUS. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2322 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
21 lines
725 B
XML
21 lines
725 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<node name="/">
|
|
<interface name="org.freedesktop.NetworkManager.AccessPoint">
|
|
<property name="Address" type="s" access="read"/>
|
|
<property name="Capabilities" type="u" access="read"/>
|
|
<property name="Encrypted" type="b" access="read"/>
|
|
<property name="Essid" type="s" access="read"/>
|
|
<property name="Frequency" type="d" 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="i" access="read"/>
|
|
|
|
<signal name="StrengthChanged">
|
|
<arg name="strength" type="y"/>
|
|
</signal>
|
|
|
|
</interface>
|
|
</node>
|
|
|