/external/wpa_supplicant_8/src/utils/ |
D | os.h | 77 static inline void os_reltime_sub(struct os_reltime *a, struct os_reltime *b, in os_reltime_sub() function 95 os_reltime_sub(&now, start, age); in os_reltime_age() 105 os_reltime_sub(now, ts, &age); in os_reltime_expired()
|
D | eloop_win.c | 332 os_reltime_sub(&timeout->time, &now, remaining); in eloop_cancel_timeout_one() 371 os_reltime_sub(&tmp->time, &now, &remaining); in eloop_deplete_timeout() 403 os_reltime_sub(&tmp->time, &now, &remaining); in eloop_replenish_timeout() 549 os_reltime_sub(&timeout->time, &now, &tv); in eloop_run()
|
D | eloop.c | 872 os_reltime_sub(&timeout->time, &now, remaining); in eloop_cancel_timeout_one() 911 os_reltime_sub(&tmp->time, &now, &remaining); in eloop_deplete_timeout() 943 os_reltime_sub(&tmp->time, &now, &remaining); in eloop_replenish_timeout() 1116 os_reltime_sub(&timeout->time, &now, &tv); in eloop_run()
|
/external/wpa_supplicant_8/src/ap/ |
D | accounting.c | 286 os_reltime_sub(&now_r, &sta->acct_session_start, &diff); in accounting_sta_report()
|
D | gas_query_ap.c | 82 os_reltime_sub(&now, last, &res); in ms_from_time()
|
D | ieee802_11_shared.c | 33 os_reltime_sub(&now, &sta->sa_query_start, &passed); in hostapd_eid_assoc_comeback_time()
|
D | dpp_hostapd.c | 315 os_reltime_sub(&now, &hapd->dpp_last_init, &diff); in hostapd_dpp_reply_wait_timeout() 440 os_reltime_sub(&now, &hapd->dpp_init_iter_start, &diff); in hostapd_dpp_auth_init_next()
|
D | sta_info.c | 1115 os_reltime_sub(&now, &sta->sa_query_start, &passed); in ap_check_sa_query_timeout()
|
D | wpa_auth_glue.c | 1309 os_reltime_sub(&sta->session_timeout, &now, &remaining); in hostapd_wpa_auth_get_session_timeout()
|
D | wpa_auth_ft.c | 1053 os_reltime_sub(&now, &rkh_seq->rx.time_offset, &now_remote); in wpa_ft_rrb_seq_chk() 4475 os_reltime_sub(&now, &now_remote, &rkh_seq->rx.time_offset); in wpa_ft_rrb_rx_seq_resp()
|
D | ieee802_11.c | 2046 os_reltime_sub(&sta->session_timeout, &now, in prepare_auth_resp_fils() 5157 os_reltime_sub(&now, &sta->pending_eapol_rx->rx_time, &age); in handle_assoc_cb()
|
D | ieee802_1x.c | 2975 os_reltime_sub(&sta->session_timeout, &now, &remaining); in ieee802_1x_finished()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | rrm.c | 347 os_reltime_sub(&t, &wpa_s->lci_time, &diff); in wpas_rrm_build_lci_report() 1539 os_reltime_sub(&wpa_s->beacon_rep_scan, in wpas_beacon_rep_scan_process()
|
D | events.c | 1423 os_reltime_sub(&wpa_s->scan_min_time, in wpa_scan_res_match() 3154 os_reltime_sub(&now, &wpa_s->pending_eapol_rx_time, &age); in wpa_supplicant_event_assoc() 4637 os_reltime_sub(&wpa_s->scan_start_time, in wpa_supplicant_event() 4671 os_reltime_sub(&now, &wpa_s->scan_start_time, &diff); in wpa_supplicant_event() 5161 os_reltime_sub(&tmp, &age, &clear_at); in wpa_supplicant_event()
|
D | ibss_rsn.c | 877 os_reltime_sub(&now, &peer->own_auth_tx, &diff); in ibss_rsn_handle_auth_1_of_2()
|
D | gas_query.c | 88 os_reltime_sub(&now, last, &res); in ms_from_time()
|
D | dpp_supplicant.c | 266 os_reltime_sub(&wpa_s->dpp_listen_end, &now, &res); in wpas_dpp_stop_listen_for_tx() 537 os_reltime_sub(&now, &wpa_s->dpp_last_init, &diff); in wpas_dpp_reply_wait_timeout() 659 os_reltime_sub(&now, &wpa_s->dpp_init_iter_start, &diff); in wpas_dpp_auth_init_next()
|
D | bss.c | 751 os_reltime_sub(&wpa_s->scan_trigger_time, &update, in wpa_bss_update_scan_res()
|
D | hs20_supplicant.c | 574 os_reltime_sub(&now, &wpa_s->osu_icon_fetch_start, &tmp); in hs20_osu_icon_fetch_result()
|
D | sme.c | 2538 os_reltime_sub(&now, &wpa_s->sme.sa_query_start, &passed); in sme_check_sa_query_timeout()
|
D | wpa_supplicant.c | 5804 os_reltime_sub(&now, &work->time, &diff); in radio_start_next_work() 5999 os_reltime_sub(&now, &work->time, &diff); in radio_work_done()
|
D | p2p_supplicant.c | 270 os_reltime_sub(&scan_res->fetch_time, &time_tmp_age, &entry_ts); in wpas_p2p_scan_res_handler()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_registrar.c | 1209 os_reltime_sub(&now, ®->pbc_ignore_start, &dur); in wps_registrar_probe_req_rx()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 5019 os_reltime_sub(&now, &res->last_update, &diff); in wpas_dbus_getter_bss_age()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 2840 os_reltime_sub(&now, &info->last_seen, &age); in hostapd_ctrl_iface_track_sta_list()
|