Home
last modified time | relevance | path

Searched refs:p2ps_seek_count (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p_build.c394 wpabuf_put_le16(buf, p2p->p2ps_seek_count * P2PS_HASH_LEN); in p2p_buf_add_service_hash()
396 p2p->p2ps_seek_count * P2PS_HASH_LEN); in p2p_buf_add_service_hash()
398 p2p->p2ps_seek_hash, p2p->p2ps_seek_count * P2PS_HASH_LEN); in p2p_buf_add_service_hash()
Dp2p.c1193 p2p->p2ps_seek_count = 0; in p2p_find()
1210 p2p->p2ps_seek_count = count; in p2p_find()
1213 p2p->p2ps_seek_count = 0; in p2p_find()
1218 if (p2p->p2ps_seek_count == 0 && p2p->p2ps_seek) { in p2p_find()
1219 p2p->p2ps_seek_count = 1; in p2p_find()
1307 p2p->p2ps_seek_count = 0; in p2p_stop_find_for_freq()
3530 if (p2p->p2ps_seek && p2p->p2ps_seek_count) in p2p_scan_ie()
3548 if (p2p->p2ps_seek && p2p->p2ps_seek_count) in p2p_scan_ie()
Dp2p_i.h524 u8 p2ps_seek_count; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p_build.c394 wpabuf_put_le16(buf, p2p->p2ps_seek_count * P2PS_HASH_LEN); in p2p_buf_add_service_hash()
396 p2p->p2ps_seek_count * P2PS_HASH_LEN); in p2p_buf_add_service_hash()
398 p2p->p2ps_seek_hash, p2p->p2ps_seek_count * P2PS_HASH_LEN); in p2p_buf_add_service_hash()
Dp2p.c1197 p2p->p2ps_seek_count = 0; in p2p_find()
1214 p2p->p2ps_seek_count = count; in p2p_find()
1217 p2p->p2ps_seek_count = 0; in p2p_find()
1222 if (p2p->p2ps_seek_count == 0 && p2p->p2ps_seek) { in p2p_find()
1223 p2p->p2ps_seek_count = 1; in p2p_find()
1312 p2p->p2ps_seek_count = 0; in p2p_stop_find_for_freq()
3569 if (p2p->p2ps_seek && p2p->p2ps_seek_count) in p2p_scan_ie()
3587 if (p2p->p2ps_seek && p2p->p2ps_seek_count) in p2p_scan_ie()
Dp2p_i.h524 u8 p2ps_seek_count; member