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

  /external/wpa_supplicant_8/src/utils/
os.h 77 static inline void os_reltime_sub(struct os_reltime *a, struct os_reltime *b, function
95 os_reltime_sub(&now, start, age);
105 os_reltime_sub(now, ts, &age);
eloop_win.c 332 os_reltime_sub(&timeout->time, &now, remaining);
371 os_reltime_sub(&tmp->time, &now, &remaining);
403 os_reltime_sub(&tmp->time, &now, &remaining);
549 os_reltime_sub(&timeout->time, &now, &tv);
eloop.c 702 os_reltime_sub(&timeout->time, &now, remaining);
741 os_reltime_sub(&tmp->time, &now, &remaining);
773 os_reltime_sub(&tmp->time, &now, &remaining);
929 os_reltime_sub(&timeout->time, &now, &tv);
  /external/wpa_supplicant_8/src/ap/
accounting.c 261 os_reltime_sub(&now_r, &sta->acct_session_start, &diff);
ieee802_11_shared.c 33 os_reltime_sub(&now, &sta->sa_query_start, &passed);
sta_info.c 864 os_reltime_sub(&now, &sta->sa_query_start, &passed);
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.c 73 os_reltime_sub(&now, last, &res);
events.c     [all...]
bss.c 602 os_reltime_sub(&wpa_s->scan_trigger_time, &update,
hs20_supplicant.c 308 os_reltime_sub(&now, &wpa_s->osu_icon_fetch_start, &tmp);
ibss_rsn.c 839 os_reltime_sub(&now, &peer->own_auth_tx, &diff);
sme.c     [all...]
wpa_supplicant.c     [all...]
ctrl_iface.c     [all...]
p2p_supplicant.c 227 os_reltime_sub(&scan_res->fetch_time, &time_tmp_age, &entry_ts);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 1144 os_reltime_sub(&now, &reg->pbc_ignore_start, &dur);
    [all...]

Completed in 250 milliseconds