Searched refs:p2p_find (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p.h | 767 * find_stopped - Notification of a p2p_find operation stopping 1223 * p2p_find - Start P2P Find (Device Discovery) 1237 * If p2p_find is already in progress, this parameter is ignored and full 1241 int p2p_find(struct p2p_data *p2p, unsigned int timeout, 1369 * dsicovery (start with a p2p_find() call). Response from the peer is 2287 * p2p_set_disc_int - Set min/max discoverable interval for p2p_find 2297 * discovery (p2p_find). A random number of 100 TU units is picked for each
|
H A D | p2p.c | 231 * Clear timeouts related to GO Negotiation if no new p2p_find in p2p_go_neg_failed() 1154 int p2p_find(struct p2p_data *p2p, unsigned int timeout, in p2p_find() function 1227 p2p_dbg(p2p, "Clear pending_listen_freq for p2p_find"); in p2p_find() 3477 * that have based on frames received after the last p2p_find in p2p_scan_res_handler() 3870 * operation while in p2p_find. Avoid an attempt to in p2p_listen_end()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p.h | 789 * find_stopped - Notification of a p2p_find operation stopping 1248 * p2p_find - Start P2P Find (Device Discovery) 1262 * If p2p_find is already in progress, this parameter is ignored and full 1267 int p2p_find(struct p2p_data *p2p, unsigned int timeout, 1396 * dsicovery (start with a p2p_find() call). Response from the peer is 2321 * p2p_set_disc_int - Set min/max discoverable interval for p2p_find 2331 * discovery (p2p_find). A random number of 100 TU units is picked for each
|
H A D | p2p.c | 281 * Clear timeouts related to GO Negotiation if no new p2p_find in p2p_go_neg_failed() 1246 int p2p_find(struct p2p_data *p2p, unsigned int timeout, function 1323 p2p_dbg(p2p, "Clear pending_listen_freq for p2p_find"); 3639 * that have based on frames received after the last p2p_find 3664 /* Use this delay only when p2p_find doesn't set it */ 4053 * operation while in p2p_find. Avoid an attempt to
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | p2p_supplicant.c | 6845 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Reject p2p_find operation%s%s", in wpas_p2p_find() 6855 return p2p_find(wpa_s->global->p2p, timeout, type, in wpas_p2p_find()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | p2p_supplicant.c | 8164 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Reject p2p_find operation%s%s", 8174 return p2p_find(wpa_s->global->p2p, timeout, type,
|
Completed in 39 milliseconds