Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/p2p/
Dp2p.h1252 u8 seek_count, const char **seek_string, int freq);
Dp2p.c1163 u8 seek_count, const char **seek, int freq) in p2p_find() argument
1189 if (seek_count == 0 || !seek) { in p2p_find()
1192 } else if (seek_count == 1 && seek && (!seek[0] || !seek[0][0])) { in p2p_find()
1200 } else if (seek && seek_count <= P2P_MAX_QUERY_HASH) { in p2p_find()
1204 for (i = 0; i < seek_count; i++) { in p2p_find()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c5706 u8 seek_count = 0; in p2p_ctrl_find() local
5754 while (pos && seek_count < P2P_MAX_QUERY_HASH + 1) { in p2p_ctrl_find()
5757 _seek[seek_count++] = pos; in p2p_ctrl_find()
5767 if (seek_count > P2P_MAX_QUERY_HASH) { in p2p_ctrl_find()
5769 seek_count = 1; in p2p_ctrl_find()
5773 _dev_id, search_delay, seek_count, seek, freq); in p2p_ctrl_find()