Home
last modified time | relevance | path

Searched refs:os_reltime (Results 1 – 25 of 62) sorted by relevance

123

/external/wpa_supplicant_8/src/utils/
Dos.h26 struct os_reltime { struct
43 int os_get_reltime(struct os_reltime *t); argument
69 static inline int os_reltime_before(struct os_reltime *a, in os_reltime_before()
70 struct os_reltime *b) in os_reltime_before()
77 static inline void os_reltime_sub(struct os_reltime *a, struct os_reltime *b, in os_reltime_sub()
78 struct os_reltime *res) in os_reltime_sub()
89 static inline void os_reltime_age(struct os_reltime *start, in os_reltime_age()
90 struct os_reltime *age) in os_reltime_age()
92 struct os_reltime now; in os_reltime_age()
99 static inline int os_reltime_expired(struct os_reltime *now, in os_reltime_expired()
[all …]
Deloop_win.c34 struct os_reltime time;
316 struct os_reltime *remaining) in eloop_cancel_timeout_one()
320 struct os_reltime now; in eloop_cancel_timeout_one()
361 struct os_reltime now, requested, remaining; in eloop_deplete_timeout()
393 struct os_reltime now, requested, remaining; in eloop_replenish_timeout()
535 struct os_reltime tv, now; in eloop_run()
Deloop.c54 struct os_reltime time;
851 struct os_reltime *remaining) in eloop_cancel_timeout_one()
855 struct os_reltime now; in eloop_cancel_timeout_one()
896 struct os_reltime now, requested, remaining; in eloop_deplete_timeout()
928 struct os_reltime now, requested, remaining; in eloop_replenish_timeout()
1078 struct os_reltime tv, now; in eloop_run()
1255 struct os_reltime now; in eloop_destroy()
Deloop.h210 struct os_reltime *remaining);
Dos_none.c29 int os_get_reltime(struct os_reltime *t) in os_get_reltime()
Dos_win32.c51 int os_get_reltime(struct os_reltime *t) in os_get_reltime()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h278 struct os_reltime p2p_go_wait_client;
337 struct os_reltime time;
393 struct os_reltime last_attempt;
497 struct os_reltime roam_start;
498 struct os_reltime roam_time;
499 struct os_reltime session_start;
500 struct os_reltime session_length;
524 struct os_reltime last_michael_mic_error;
597 struct os_reltime last_scan;
671 struct os_reltime scan_trigger_time, scan_start_time;
[all …]
Dbss.h100 struct os_reltime last_update;
118 struct os_reltime *fetch_time);
175 void calculate_update_time(const struct os_reltime *fetch_time,
177 struct os_reltime *update_time);
Dbss.c276 void calculate_update_time(const struct os_reltime *fetch_time, in calculate_update_time()
278 struct os_reltime *update_time) in calculate_update_time()
295 struct os_reltime *fetch_time) in wpa_bss_copy_res()
431 struct os_reltime *fetch_time) in wpa_bss_add()
600 struct wpa_scan_res *res, struct os_reltime *fetch_time) in wpa_bss_update()
605 struct os_reltime update_time; in wpa_bss_update()
735 struct os_reltime *fetch_time) in wpa_bss_update_scan_res()
741 struct os_reltime update; in wpa_bss_update_scan_res()
744 struct os_reltime age; in wpa_bss_update_scan_res()
918 struct os_reltime t; in wpa_bss_flush_by_age()
Dbgscan_simple.c29 struct os_reltime last_bgscan;
206 struct os_reltime now; in bgscan_simple_notify_signal_change()
Dgas_query.c51 struct os_reltime last_oper;
68 struct os_reltime last_mac_addr_rand;
82 static int ms_from_time(struct os_reltime *last) in ms_from_time()
84 struct os_reltime now, res; in ms_from_time()
750 struct os_reltime now; in gas_query_set_sa()
Dibss_rsn.h43 struct os_reltime own_auth_tx;
Dconfig_ssid.h775 struct os_reltime disabled_until;
Dbgscan_learn.c37 struct os_reltime last_bgscan;
565 struct os_reltime now; in bgscan_learn_notify_signal_change()
/external/wpa_supplicant_8/src/ap/
Dhostapd.h187 struct os_reltime michael_mic_failure;
303 struct os_reltime mesh_pending_auth_time;
314 struct os_reltime last_sae_token_key_update;
368 struct os_reltime dpp_last_init;
369 struct os_reltime dpp_init_iter_start;
388 struct os_reltime last_seen;
528 struct os_reltime dfs_cac_start;
Dsta_info.h61 struct os_reltime rx_time;
139 struct os_reltime acct_session_start;
177 struct os_reltime sa_query_start;
201 struct os_reltime connected_time;
209 struct os_reltime session_timeout;
Dieee802_11_auth.c31 struct os_reltime timestamp;
45 struct os_reltime timestamp;
97 struct os_reltime now; in hostapd_acl_cache_get()
364 struct os_reltime *now) in hostapd_acl_expire_cache()
394 struct os_reltime *now) in hostapd_acl_expire_queries()
429 struct os_reltime now; in hostapd_acl_expire()
Dpmksa_cache_auth.c112 struct os_reltime now; in pmksa_cache_expire()
128 struct os_reltime now; in pmksa_cache_set_expiration()
321 struct os_reltime now; in pmksa_cache_auth_create_entry()
635 struct os_reltime now; in pmksa_cache_auth_list()
686 struct os_reltime now; in pmksa_cache_auth_list_mesh()
Dap_list.h29 struct os_reltime last_beacon;
Dtkip_countermeasures.c71 struct os_reltime now; in michael_mic_failure()
Dgas_query_ap.c49 struct os_reltime last_oper;
77 static int ms_from_time(struct os_reltime *last) in ms_from_time()
79 struct os_reltime now, res; in ms_from_time()
/external/wpa_supplicant_8/src/rsn_supp/
Dpmksa_cache.c59 struct os_reltime now; in pmksa_cache_expire()
86 struct os_reltime now; in pmksa_cache_set_expiration()
137 struct os_reltime now; in pmksa_cache_add()
543 struct os_reltime now; in pmksa_cache_list()
/external/wpa_supplicant_8/src/p2p/
Dp2p_i.h44 struct os_reltime last_seen;
473 struct os_reltime find_start; /* time of last p2p_find start */
887 struct os_reltime *rx_time, int level, const u8 *ies,
/external/wpa_supplicant_8/src/radius/
Dradius_client.c130 struct os_reltime last_attempt;
493 struct os_reltime now; in radius_client_timer()
638 struct os_reltime now; in radius_client_update_timeout()
825 struct os_reltime now; in radius_client_receive()
/external/wpa_supplicant_8/src/common/
Dwpa_ctrl.c491 struct os_reltime started_at; in wpa_ctrl_request()
532 struct os_reltime n; in wpa_ctrl_request()

123