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

  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 532 if (!wpa_s->driver->p2p_connect)
534 return wpa_s->driver->p2p_connect(wpa_s->drv_priv, peer_addr,
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 521 * call to p2p_connect().
752 * p2p_authorize() or p2p_connect() call that has not yet resulted in completed
854 * p2p_connect - Start P2P group formation (GO negotiation)
866 int p2p_connect(struct p2p_data *p2p, const u8 *peer_addr,
884 * This is like p2p_connect(), but the actual group negotiation is not
    [all...]
p2p.c 59 case P2P_CONNECT:
151 case P2P_CONNECT:
1217 int p2p_connect(struct p2p_data *p2p, const u8 *peer_addr, function
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 2175 int (*p2p_connect)(void *priv, const u8 *peer_addr, int wps_method, member in struct:wpa_driver_ops
    [all...]
driver_test.c     [all...]

Completed in 70 milliseconds