D-Bus: Move NetworkRequest signal to correct registration array
This is an interface signal, not a global signal, so move it to the current array for registering the signal. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
afaa6d99a4
commit
f47a562c73
1 changed files with 8 additions and 8 deletions
|
@ -2045,14 +2045,6 @@ static const struct wpa_dbus_signal_desc wpas_dbus_global_signals[] = {
|
||||||
END_ARGS
|
END_ARGS
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ "NetworkRequest", WPAS_DBUS_NEW_IFACE_INTERFACE,
|
|
||||||
{
|
|
||||||
{ "path", "o", ARG_OUT },
|
|
||||||
{ "field", "s", ARG_OUT },
|
|
||||||
{ "text", "s", ARG_OUT },
|
|
||||||
END_ARGS
|
|
||||||
}
|
|
||||||
},
|
|
||||||
/* Deprecated: use org.freedesktop.DBus.Properties.PropertiesChanged */
|
/* Deprecated: use org.freedesktop.DBus.Properties.PropertiesChanged */
|
||||||
{ "PropertiesChanged", WPAS_DBUS_NEW_INTERFACE,
|
{ "PropertiesChanged", WPAS_DBUS_NEW_INTERFACE,
|
||||||
{
|
{
|
||||||
|
@ -3165,6 +3157,14 @@ static const struct wpa_dbus_signal_desc wpas_dbus_interface_signals[] = {
|
||||||
END_ARGS
|
END_ARGS
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{ "NetworkRequest", WPAS_DBUS_NEW_IFACE_INTERFACE,
|
||||||
|
{
|
||||||
|
{ "path", "o", ARG_OUT },
|
||||||
|
{ "field", "s", ARG_OUT },
|
||||||
|
{ "text", "s", ARG_OUT },
|
||||||
|
END_ARGS
|
||||||
|
}
|
||||||
|
},
|
||||||
{ NULL, NULL, { END_ARGS } }
|
{ NULL, NULL, { END_ARGS } }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue