D-Bus: Remove registration of P2PStateChanged signal
This signal is not generated anywhere, so there is no point in claiming it to be available. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
1a4efde5bd
commit
afaa6d99a4
1 changed files with 0 additions and 6 deletions
|
@ -3005,12 +3005,6 @@ static const struct wpa_dbus_signal_desc wpas_dbus_interface_signals[] = {
|
||||||
},
|
},
|
||||||
#endif /* CONFIG_WPS */
|
#endif /* CONFIG_WPS */
|
||||||
#ifdef CONFIG_P2P
|
#ifdef CONFIG_P2P
|
||||||
{ "P2PStateChanged", WPAS_DBUS_NEW_IFACE_P2PDEVICE,
|
|
||||||
{
|
|
||||||
{ "states", "a{ss}", ARG_OUT },
|
|
||||||
END_ARGS
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{ "DeviceFound", WPAS_DBUS_NEW_IFACE_P2PDEVICE,
|
{ "DeviceFound", WPAS_DBUS_NEW_IFACE_P2PDEVICE,
|
||||||
{
|
{
|
||||||
{ "path", "o", ARG_OUT },
|
{ "path", "o", ARG_OUT },
|
||||||
|
|
Loading…
Reference in a new issue