Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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.c1200 p2p->p2ps_seek_count = 0; in p2p_find()
1217 p2p->p2ps_seek_count = count; in p2p_find()
1220 p2p->p2ps_seek_count = 0; in p2p_find()
1225 if (p2p->p2ps_seek_count == 0 && p2p->p2ps_seek) { in p2p_find()
1226 p2p->p2ps_seek_count = 1; in p2p_find()
1302 p2p->p2ps_seek_count = 0; in p2p_stop_find_for_freq()
3565 if (p2p->p2ps_seek && p2p->p2ps_seek_count) in p2p_scan_ie()
3583 if (p2p->p2ps_seek && p2p->p2ps_seek_count) in p2p_scan_ie()
Dp2p_i.h534 u8 p2ps_seek_count; member