mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-23 06:02:37 +01:00
wiphy: Add missing signals to introspection
This commit is contained in:
parent
3cf47d4109
commit
2f852d2954
@ -402,6 +402,10 @@ static void setup_device_interface(struct l_dbus_interface *interface)
|
|||||||
|
|
||||||
l_dbus_interface_signal(interface, "PropertyChanged", 0,
|
l_dbus_interface_signal(interface, "PropertyChanged", 0,
|
||||||
"sv", "name", "value");
|
"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");
|
l_dbus_interface_ro_property(interface, "Name", "s");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user