mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
dbus: Do a full P2P find as it is in ctrl_iface.c
So the behavior is consistent whatever interface is in use. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
4db207518d
commit
eac687ee7d
@ -74,7 +74,7 @@ DBusMessage * wpas_dbus_handler_p2p_find(DBusMessage *message,
|
||||
DBusMessageIter iter;
|
||||
DBusMessageIter iter_dict;
|
||||
unsigned int timeout = 0;
|
||||
enum p2p_discovery_type type = P2P_FIND_ONLY_SOCIAL;
|
||||
enum p2p_discovery_type type = P2P_FIND_START_WITH_FULL;
|
||||
int num_req_dev_types = 0;
|
||||
unsigned int i;
|
||||
u8 *req_dev_types = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user