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

  /external/wpa_supplicant_8/src/utils/
eloop_none.c 206 os_time_sub(&timeout->time, &now, remaining);
331 os_time_sub(&timeout->time, &now, &tv);
os.h 40 #define os_time_sub(a, b, res) do { \ macro
eloop_win.c 332 os_time_sub(&timeout->time, &now, remaining);
485 os_time_sub(&timeout->time, &now, &tv);
eloop.c 577 os_time_sub(&timeout->time, &now, remaining);
736 os_time_sub(&timeout->time, &now, &tv);
  /external/wpa_supplicant_8/src/ap/
ctrl_iface_ap.c 34 os_time_sub(&now, &sta->connected_time, &age);
ieee802_11_shared.c 33 os_time_sub(&now, &sta->sa_query_start, &passed);
sta_info.c 813 os_time_sub(&now, &sta->sa_query_start, &passed);
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 584 os_time_sub(&wpa_s->scan_trigger_time, &update, &age);
ibss_rsn.c 839 os_time_sub(&now, &peer->own_auth_tx, &diff);
sme.c     [all...]
events.c     [all...]
p2p_supplicant.c 201 os_time_sub(&scan_res->fetch_time, &time_tmp_age, &entry_ts);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 1150 os_time_sub(&now, &reg->pbc_ignore_start, &dur);
    [all...]

Completed in 520 milliseconds