wiphy: Add missing signals to introspection

This commit is contained in:
Denis Kenzior 2014-11-03 15:24:34 -06:00
parent 3cf47d4109
commit 2f852d2954
1 changed files with 4 additions and 0 deletions

View File

@ -402,6 +402,10 @@ static void setup_device_interface(struct l_dbus_interface *interface)
l_dbus_interface_signal(interface, "PropertyChanged", 0,
"sv", "name", "value");
l_dbus_interface_signal(interface, "NetworkAdded", 0,
"oa{sv}", "path", "properties");
l_dbus_interface_signal(interface, "NetworkRemoved", 0,
"o", "path");
l_dbus_interface_ro_property(interface, "Name", "s");
}