Searched refs:seek (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | remotehost.py | 30 err.seek(0) 74 err.seek(0) 95 err.seek(0)
|
D | run-tests.py | 174 kmemleak.seek(0) 180 kmemleak.seek(0) 190 kmemleak.seek(0) 443 kmemleak.seek(0) 446 kmemleak.seek(0)
|
D | test_ap_psk.py | 2667 mem.seek(start)
|
/hostap-latest/src/p2p/ |
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() 1219 if (!p2ps_gen_hash(p2p, seek[i], buf)) in p2p_find() 1223 seek[i], MAC2STR(buf)); in p2p_find()
|
/hostap-latest/wpa_supplicant/ |
D | README-P2P | 76 [delay=<search delay in ms>] [seek=<service name>] [freq=<MHz>] 98 With one or more seek arguments, the command sends Probe Request frames 100 p2p_find 5 dev_id=11:22:33:44:55:66 seek=alt.example.chat seek=alt.example.video
|
D | ctrl_iface.c | 6075 const char *_seek[P2P_MAX_QUERY_HASH + 1], **seek = NULL; in p2p_ctrl_find() local 6132 seek = _seek; in p2p_ctrl_find() 6142 seek[0] = NULL; in p2p_ctrl_find() 6147 _dev_id, search_delay, seek_count, seek, freq, in p2p_ctrl_find()
|