HomeSort by relevance Sort by last modified time
    Searched refs:os_reltime (Results 1 - 25 of 48) sorted by null

1 2

  /external/wpa_supplicant_8/src/utils/
os.h 26 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 *age
    [all...]
eloop.h 210 struct os_reltime *remaining);
os_none.c 29 int os_get_reltime(struct os_reltime *t)
eloop_win.c 34 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;
eloop.c 45 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;
os_win32.c 50 int os_get_reltime(struct os_reltime *t)
  /external/wpa_supplicant_8/src/ap/
ap_list.h 29 struct os_reltime last_beacon;
sta_info.h 79 struct os_reltime acct_session_start;
115 struct os_reltime sa_query_start;
133 struct os_reltime connected_time;
tkip_countermeasures.c 71 struct os_reltime now;
ieee802_11_auth.c 32 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;
hostapd.h 143 struct os_reltime michael_mic_failure;
246 struct os_reltime last_sae_token_key_update;
355 struct os_reltime dfs_cac_start;
pmksa_cache_auth.c 94 struct os_reltime now;
110 struct os_reltime now;
244 struct os_reltime now;
ap_list.c 253 struct os_reltime now;
ctrl_iface_ap.c 48 struct os_reltime age;
436 struct os_reltime now;
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 88 struct os_reltime last_update;
102 struct os_reltime *fetch_time);
wpa_supplicant_i.h 262 struct os_reltime p2p_go_wait_client;
312 struct os_reltime time;
361 struct os_reltime last_attempt;
416 struct os_reltime last_michael_mic_error;
483 struct os_reltime last_scan;
555 struct os_reltime scan_trigger_time, scan_start_time;
606 struct os_reltime pending_eapol_rx_time;
642 struct os_reltime sa_query_start;
643 struct os_reltime last_unprot_disconnect;
762 struct os_reltime p2p_auto_started
    [all...]
ibss_rsn.h 43 struct os_reltime own_auth_tx;
bss.c 229 static void calculate_update_time(const struct os_reltime *fetch_time,
231 struct os_reltime *update_time)
248 struct os_reltime *fetch_time)
331 struct os_reltime *fetch_time)
497 struct wpa_scan_res *res, struct os_reltime *fetch_time)
592 struct os_reltime *fetch_time)
598 struct os_reltime update;
601 struct os_reltime age;
770 struct os_reltime t;
config_ssid.h 629 struct os_reltime disabled_until;
bgscan_simple.c 29 struct os_reltime last_bgscan;
214 struct os_reltime now;
gas_query.c 45 struct os_reltime last_oper;
68 static int ms_from_time(struct os_reltime *last)
70 struct os_reltime now, res;
bgscan_learn.c 37 struct os_reltime last_bgscan;
568 struct os_reltime now;
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.c 56 struct os_reltime now;
83 struct os_reltime now;
128 struct os_reltime now;
469 struct os_reltime now;
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 30 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/src/common/
wpa_ctrl.c 457 struct os_reltime started_at;
498 struct os_reltime n;

Completed in 337 milliseconds

1 2