Searched refs:seek_count (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p.h | 1258 u8 seek_count, const char **seek_string, int freq,
|
H A D | p2p.c | 1177 u8 seek_count, const char **seek, int freq, bool include_6ghz) in p2p_find() argument 1203 if (seek_count == 0 || !seek) { in p2p_find() 1206 } else if (seek_count == 1 && seek && (!seek[0] || !seek[0][0])) { in p2p_find() 1214 } else if (seek && seek_count <= P2P_MAX_QUERY_HASH) { in p2p_find() 1218 for (i = 0; i < seek_count; i++) { in p2p_find()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ctrl_iface.c | 6077 u8 seek_count = 0; in p2p_ctrl_find() local 6129 while (pos && seek_count < P2P_MAX_QUERY_HASH + 1) { in p2p_ctrl_find() 6132 _seek[seek_count++] = pos; in p2p_ctrl_find() 6142 if (seek_count > P2P_MAX_QUERY_HASH) { in p2p_ctrl_find() 6144 seek_count = 1; in p2p_ctrl_find() 6148 _dev_id, search_delay, seek_count, seek, freq, in p2p_ctrl_find()
|