Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/p2p/
HDp2p_i.h450 struct os_reltime find_start; /* time of last p2p_find start */ member
HDp2p.c1278 p2p->find_start = start; in p2p_find()
3470 if (os_reltime_before(rx_time, &p2p->find_start)) { in p2p_scan_res_handler()
3482 (unsigned int) p2p->find_start.sec, in p2p_scan_res_handler()
3483 (unsigned int) p2p->find_start.usec); in p2p_scan_res_handler()