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

  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 522 if (!wpa_s->driver->p2p_find)
524 return wpa_s->driver->p2p_find(wpa_s->drv_priv, timeout, type);
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 551 * find_stopped - Notification of a p2p_find operation stopping
860 * p2p_find - Start P2P Find (Device Discovery)
872 int p2p_find(struct p2p_data *p2p, unsigned int timeout,
991 * dsicovery (start with a p2p_find() call). Response from the peer is
    [all...]
p2p.c 977 * we need to continue p2p_find. But if we return 1 from here, p2p_find is going to be stopped.
1033 int p2p_find(struct p2p_data *p2p, unsigned int timeout, function
1137 if (p2p_find(p2p, p2p->last_p2p_find_timeout, p2p->find_type,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 2327 int (*p2p_find)(void *priv, unsigned int timeout, int type); member in struct:wpa_driver_ops
    [all...]
driver_test.c     [all...]

Completed in 58 milliseconds