Searched refs:os_reltime (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-11-stable/contrib/wpa/src/utils/
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...]
H A Deloop.h210 struct os_reltime *remaining);
H A Dos_none.c29 int os_get_reltime(struct os_reltime *t)
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 Deloop.c54 struct os_reltime time;
851 struct os_reltime *remaining)
855 struct os_reltime now;
896 struct os_reltime now, requested, remaining;
928 struct os_reltime now, requested, remaining;
1078 struct os_reltime tv, now;
1255 struct os_reltime now;
H A Dos_win32.c51 int os_get_reltime(struct os_reltime *t)
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_list.h29 struct os_reltime last_beacon;
H A Dsta_info.h62 struct os_reltime rx_time;
141 struct os_reltime acct_session_start;
181 struct os_reltime sa_query_start;
205 struct os_reltime connected_time;
213 struct os_reltime session_timeout;
284 struct os_reltime backlogged_until;
H A Dhostapd.h191 struct os_reltime michael_mic_failure;
311 struct os_reltime mesh_pending_auth_time;
322 struct os_reltime last_sae_token_key_update;
376 struct os_reltime dpp_last_init;
377 struct os_reltime dpp_init_iter_start;
407 struct os_reltime last_seen;
546 struct os_reltime dfs_cac_start;
H A Dtkip_countermeasures.c71 struct os_reltime now;
H A Dieee802_11_auth.c31 struct os_reltime timestamp;
45 struct os_reltime timestamp;
97 struct os_reltime now;
364 struct os_reltime *now)
394 struct os_reltime *now)
429 struct os_reltime now;
H A Dairtime_policy.c58 struct os_reltime *now)
75 struct os_reltime now;
H A Dpmksa_cache_auth.c112 struct os_reltime now;
128 struct os_reltime now;
321 struct os_reltime now;
635 struct os_reltime now;
686 struct os_reltime now;
H A Dgas_query_ap.c49 struct os_reltime last_oper;
77 static int ms_from_time(struct os_reltime *last)
79 struct os_reltime now, res;
H A Dap_list.c253 struct os_reltime now;
H A Dwpa_auth_i.h243 struct os_reltime time_offset; /* local time - offset = remote time */
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A 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);
H A 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_tim
[all...]
H A Dibss_rsn.h43 struct os_reltime own_auth_tx;
H A Dbss.c276 void calculate_update_time(const struct os_reltime *fetch_time,
278 struct os_reltime *update_time)
295 struct os_reltime *fetch_time)
431 struct os_reltime *fetch_time)
606 struct wpa_scan_res *res, struct os_reltime *fetch_time)
611 struct os_reltime update_time;
741 struct os_reltime *fetch_time)
747 struct os_reltime update;
750 struct os_reltime age;
924 struct os_reltime
[all...]
H A Dbgscan_simple.c29 struct os_reltime last_bgscan;
206 struct os_reltime now;
H A Dconfig_ssid.h777 struct os_reltime disabled_until;
H A 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)
84 struct os_reltime now, res;
750 struct os_reltime now;
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.c59 struct os_reltime now;
86 struct os_reltime now;
137 struct os_reltime now;
543 struct os_reltime now;
/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_ctrl.c487 struct os_reltime started_at;
528 struct os_reltime n;

Completed in 303 milliseconds

123