Searched refs:p2p_add_device (Results 1 - 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_i.h | 863 int p2p_add_device(struct p2p_data *p2p, const u8 *addr, int freq,
|
H A D | p2p_group.c | 610 p2p_add_device(group->p2p, addr, 0, NULL, 0, ie, len, 0); in p2p_group_notif_assoc()
|
H A D | p2p_invitation.c | 202 if (p2p_add_device(p2p, sa, rx_freq, NULL, 0, data + 1, len - 1, in p2p_process_invitation_req()
|
H A D | p2p_pd.c | 591 if (p2p_add_device(p2p, sa, rx_freq, NULL, 0, data + 1, len - 1, in p2p_process_prov_disc_req()
|
H A D | p2p.c | 691 * p2p_add_device - Add peer entries based on scan results or P2P frames 708 int p2p_add_device(struct p2p_data *p2p, const u8 *addr, int freq, in p2p_add_device() function 3489 p2p_add_device(p2p, bssid, freq, rx_time, level, ies, ies_len, 1); in p2p_scan_res_handler()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_i.h | 922 int p2p_add_device(struct p2p_data *p2p, const u8 *addr, int freq,
|
H A D | p2p_invitation.c | 213 if (p2p_add_device(p2p, sa, rx_freq, NULL, 0, data + 1, len - 1, in p2p_process_invitation_req()
|
H A D | p2p_group.c | 646 p2p_add_device(group->p2p, addr, 0, NULL, 0, ie, len, 0); in p2p_group_notif_assoc()
|
H A D | p2p_pd.c | 591 if (p2p_add_device(p2p, sa, rx_freq, NULL, 0, data + 1, len - 1, in p2p_process_prov_disc_req()
|
H A D | p2p.c | 755 * p2p_add_device - Add peer entries based on scan results or P2P frames 772 int p2p_add_device(struct p2p_data *p2p, const u8 *addr, int freq, function 3651 p2p_add_device(p2p, bssid, freq, rx_time, level, ies, ies_len, 1);
|
Completed in 23 milliseconds