HomeSort by relevance Sort by last modified time
    Searched refs:os_time_before (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/src/utils/
eloop_none.c 148 if (os_time_before(&timeout->time, &tmp->time)) {
205 if (os_time_before(&now, &timeout->time))
330 if (os_time_before(&now, &timeout->time))
349 if (!os_time_before(&now, &timeout->time)) {
eloop_win.c 274 if (os_time_before(&timeout->time, &tmp->time)) {
331 if (os_time_before(&now, &timeout->time))
484 if (os_time_before(&now, &timeout->time))
525 if (!os_time_before(&now, &timeout->time)) {
eloop.c 517 if (os_time_before(&timeout->time, &tmp->time)) {
576 if (os_time_before(&now, &timeout->time))
735 if (os_time_before(&now, &timeout->time))
777 if (!os_time_before(&now, &timeout->time)) {
os.h 36 #define os_time_before(a, b) \ macro
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 582 if (os_time_before(&update, &wpa_s->scan_trigger_time)) {
770 if (os_time_before(&bss->last_update, &t)) {
877 os_time_before(&found->last_update, &bss->last_update))
scan.c 885 if (cancelled && os_time_before(&remaining, &new_int)) {
    [all...]
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.c 423 os_time_before(&dev->last_seen, &oldest->last_seen))
697 os_time_before(rx_time, &dev->last_seen)) {
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 811 os_time_before(&pin->expiration, &now)) {
    [all...]

Completed in 767 milliseconds