HomeSort by: relevance | last modified time | path
    Searched refs:find_start (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/p2p/
p2p_i.h 453 struct os_reltime find_start; /* time of last p2p_find start */ member in struct:p2p_data
p2p.c 1301 p2p->find_start = start;
3537 if (os_reltime_before(rx_time, &p2p->find_start)) {
3546 " (rx_time=%u.%06u find_start=%u.%06u)",
3549 (unsigned int) p2p->find_start.sec,
3550 (unsigned int) p2p->find_start.usec);

Completed in 16 milliseconds