Home
last modified time | relevance | path

Searched refs:find_start (Results 1 – 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p_i.h450 struct os_reltime find_start; /* time of last p2p_find start */ member
Dp2p.c1280 p2p->find_start = start; in p2p_find()
3472 if (os_reltime_before(rx_time, &p2p->find_start)) { in p2p_scan_res_handler()
3484 (unsigned int) p2p->find_start.sec, in p2p_scan_res_handler()
3485 (unsigned int) p2p->find_start.usec); in p2p_scan_res_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p_i.h450 struct os_reltime find_start; /* time of last p2p_find start */ member
Dp2p.c1285 p2p->find_start = start; in p2p_find()
3506 if (os_reltime_before(rx_time, &p2p->find_start)) { in p2p_scan_res_handler()
3518 (unsigned int) p2p->find_start.sec, in p2p_scan_res_handler()
3519 (unsigned int) p2p->find_start.usec); in p2p_scan_res_handler()