DBus/P2P: Adding decl for PersistentGroupRemoved signal
Minor - for completeness sake. Signed-off-by: Jayant Sane <jayant.sane@intel.com>
This commit is contained in:
parent
5f310a9e24
commit
b05fe0e557
1 changed files with 6 additions and 0 deletions
|
@ -2633,6 +2633,12 @@ static const struct wpa_dbus_signal_desc wpas_dbus_interface_signals[] = {
|
|||
END_ARGS
|
||||
}
|
||||
},
|
||||
{ "PersistentGroupRemoved", WPAS_DBUS_NEW_IFACE_P2PDEVICE,
|
||||
{
|
||||
{ "path", "o", ARG_OUT },
|
||||
END_ARGS
|
||||
}
|
||||
},
|
||||
{ "WpsFailed", WPAS_DBUS_NEW_IFACE_P2PDEVICE,
|
||||
{
|
||||
{ "name", "s", ARG_OUT },
|
||||
|
|
Loading…
Reference in a new issue