HomeSort by relevance Sort by last modified time
    Searched refs:p2p_stop_find (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 529 if (!wpa_s->driver->p2p_stop_find)
531 return wpa_s->driver->p2p_stop_find(wpa_s->drv_priv);
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 878 * p2p_stop_find - Stop P2P Find (Device Discovery)
881 void p2p_stop_find(struct p2p_data *p2p);
888 * This is like p2p_stop_find(), but Listen state is not stopped if we are
    [all...]
p2p_invitation.c 570 p2p_stop_find(p2p);
p2p.c 952 p2p_stop_find(p2p);
1203 void p2p_stop_find(struct p2p_data *p2p) function
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 2338 int (*p2p_stop_find)(void *priv); member in struct:wpa_driver_ops
    [all...]
driver_test.c     [all...]

Completed in 66 milliseconds