Searched refs:p2p_connect (Results 1 - 14 of 14) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h532 if (!wpa_s->driver->p2p_connect)
534 return wpa_s->driver->p2p_connect(wpa_s->drv_priv, peer_addr,
H A Dp2p_supplicant.c2536 return p2p_connect(wpa_s->global->p2p, peer_addr, wps_method,
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.h521 * 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
H A Dp2p.c1217 int p2p_connect(struct p2p_data *p2p, const u8 *peer_addr, function
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.h521 * 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
H A Dp2p.c1217 int p2p_connect(struct p2p_data *p2p, const u8 *peer_addr, function
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.h521 * 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
H A Dp2p.c1217 int p2p_connect(struct p2p_data *p2p, const u8 *peer_addr, function
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h2160 * p2p_connect - Start P2P group formation (GO negotiation)
2175 int (*p2p_connect)(void *priv, const u8 *peer_addr, int wps_method, member in struct:wpa_driver_ops
H A Ddriver_test.c2869 return p2p_connect(drv->p2p, peer_addr, wps_method, go_intent,
3322 .p2p_connect = wpa_driver_test_p2p_connect,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h2160 * p2p_connect - Start P2P group formation (GO negotiation)
2175 int (*p2p_connect)(void *priv, const u8 *peer_addr, int wps_method, member in struct:wpa_driver_ops
H A Ddriver_test.c2869 return p2p_connect(drv->p2p, peer_addr, wps_method, go_intent,
3322 .p2p_connect = wpa_driver_test_p2p_connect,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h2160 * p2p_connect - Start P2P group formation (GO negotiation)
2175 int (*p2p_connect)(void *priv, const u8 *peer_addr, int wps_method, member in struct:wpa_driver_ops
H A Ddriver_test.c2869 return p2p_connect(drv->p2p, peer_addr, wps_method, go_intent,
3322 .p2p_connect = wpa_driver_test_p2p_connect,

Completed in 233 milliseconds