Searched refs:os_reltime (Results 1 - 25 of 111) sorted by path

12345

/external/wpa_supplicant_8/hostapd/src/ap/
H A Daccounting.c244 struct os_reltime now_r, diff;
H A Dap_list.c253 struct os_reltime now;
H A Dap_list.h29 struct os_reltime last_beacon;
H A Dctrl_iface_ap.c48 struct os_reltime age;
436 struct os_reltime now;
H A Dhostapd.h143 struct os_reltime michael_mic_failure;
246 struct os_reltime last_sae_token_key_update;
355 struct os_reltime dfs_cac_start;
H A Dieee802_11.c418 struct os_reltime now;
H A Dieee802_11_auth.c32 struct os_reltime timestamp;
46 struct os_reltime timestamp;
107 struct os_reltime now;
341 struct os_reltime *now)
371 struct os_reltime *now)
408 struct os_reltime now;
H A Dieee802_11_shared.c27 struct os_reltime now, passed;
H A Dieee802_1x.c2239 struct os_reltime diff;
H A Dpmksa_cache_auth.c96 struct os_reltime now;
112 struct os_reltime now;
249 struct os_reltime now;
H A Dsta_info.c862 struct os_reltime now, passed;
H A Dsta_info.h80 struct os_reltime acct_session_start;
116 struct os_reltime sa_query_start;
134 struct os_reltime connected_time;
H A Dtkip_countermeasures.c71 struct os_reltime now;
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_ctrl.c457 struct os_reltime started_at;
498 struct os_reltime n;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h248 struct os_reltime fetch_time;
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c54 struct os_reltime now;
672 struct os_reltime *rx_time, int level, const u8 *ies,
679 struct os_reltime time_now;
732 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime));
2895 struct os_reltime *rx_time, int level, const u8 *ies,
3368 struct os_reltime now;
3637 struct os_reltime now;
H A Dp2p.h1307 struct os_reltime *rx_time, int level, const u8 *ies,
H A Dp2p_i.h30 struct os_reltime last_seen;
104 struct os_reltime go_neg_wait_started;
419 struct os_reltime find_start; /* time of last p2p_find start */
766 struct os_reltime *rx_time, int level, const u8 *ies,
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_client.c125 struct os_reltime last_attempt;
387 struct os_reltime now;
509 struct os_reltime now;
720 struct os_reltime now;
H A Dradius_server.c271 struct os_reltime start_time;
1856 struct os_reltime now;
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpmksa_cache.c56 struct os_reltime now;
83 struct os_reltime now;
128 struct os_reltime now;
469 struct os_reltime now;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Deloop.c45 struct os_reltime time;
686 struct os_reltime *remaining)
690 struct os_reltime now;
731 struct os_reltime now, requested, remaining;
763 struct os_reltime now, requested, remaining;
910 struct os_reltime tv, now;
1034 struct os_reltime now;
H A Deloop.h210 struct os_reltime *remaining);
H A Deloop_win.c34 struct os_reltime time;
316 struct os_reltime *remaining)
320 struct os_reltime now;
361 struct os_reltime now, requested, remaining;
393 struct os_reltime now, requested, remaining;
535 struct os_reltime tv, now;
H A Dos.h26 struct os_reltime { struct
43 int os_get_reltime(struct os_reltime *t);
67 /* Helpers for handling struct os_reltime */
69 static inline int os_reltime_before(struct os_reltime *a,
70 struct os_reltime *b)
77 static inline void os_reltime_sub(struct os_reltime *a, struct os_reltime *b,
78 struct os_reltime *res)
89 static inline void os_reltime_age(struct os_reltime *start,
90 struct os_reltime *ag
[all...]

Completed in 2997 milliseconds

12345