mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
dbus: Declare properly ServiceDiscoveryRequest method
It does return something: the reference of the request, as an integer, which can be used then with ServiceDiscoveryCancelRequest to get canceled. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
890374118f
commit
442adfde3d
@ -2649,6 +2649,7 @@ static const struct wpa_dbus_method_desc wpas_dbus_interface_methods[] = {
|
||||
(WPADBusMethodHandler)wpas_dbus_handler_p2p_service_sd_req,
|
||||
{
|
||||
{ "args", "a{sv}", ARG_IN },
|
||||
{ "ref", "t", ARG_OUT },
|
||||
END_ARGS
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user