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

  /external/wpa_supplicant_8/src/utils/
eloop_win.c 274 if (os_reltime_before(&timeout->time, &tmp->time)) {
331 if (os_reltime_before(&now, &timeout->time))
372 if (os_reltime_before(&requested, &remaining)) {
404 if (os_reltime_before(&remaining, &requested)) {
548 if (os_reltime_before(&now, &timeout->time))
589 if (!os_reltime_before(&now, &timeout->time)) {
eloop.c 802 if (os_reltime_before(&timeout->time, &tmp->time)) {
861 if (os_reltime_before(&now, &timeout->time))
902 if (os_reltime_before(&requested, &remaining)) {
934 if (os_reltime_before(&remaining, &requested)) {
1105 if (os_reltime_before(&now, &timeout->time))
1185 if (!os_reltime_before(&now, &timeout->time)) {
    [all...]
os.h 69 static inline int os_reltime_before(struct os_reltime *a, function
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 627 !os_reltime_before(&bss->last_update, &update_time))) {
739 if (os_reltime_before(&update, &wpa_s->scan_trigger_time)) {
926 if (os_reltime_before(&bss->last_update, &t)) {
1022 os_reltime_before(&found->last_update, &bss->last_update))
    [all...]
rrm.c     [all...]
wnm_sta.c 1041 if (os_reltime_before(&wpa_s->wnm_cand_valid_until,
    [all...]
scan.c     [all...]
events.c 1269 if (os_reltime_before(&bss->last_update, &wpa_s->scan_min_time))
    [all...]
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.c 427 os_reltime_before(&dev->last_seen, &oldest->last_seen))
761 os_reltime_before(rx_time, &dev->last_seen) &&
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 815 os_reltime_before(&pin->expiration, &now)) {
    [all...]

Completed in 355 milliseconds