Searched refs:p2ps_seek_count (Results 1 – 3 of 3) sorted by relevance
394 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()
1207 p2p->p2ps_seek_count = 0; in p2p_find()1224 p2p->p2ps_seek_count = count; in p2p_find()1227 p2p->p2ps_seek_count = 0; in p2p_find()1232 if (p2p->p2ps_seek_count == 0 && p2p->p2ps_seek) { in p2p_find()1233 p2p->p2ps_seek_count = 1; in p2p_find()1321 p2p->p2ps_seek_count = 0; in p2p_stop_find_for_freq()3591 if (p2p->p2ps_seek && p2p->p2ps_seek_count) in p2p_scan_ie()3609 if (p2p->p2ps_seek && p2p->p2ps_seek_count) in p2p_scan_ie()
547 u8 p2ps_seek_count; member