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

1 2 3

  /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;
688 struct os_reltime *remaining)
692 struct os_reltime now;
733 struct os_reltime now, requested, remaining;
765 struct os_reltime now, requested, remaining;
912 struct os_reltime tv, now;
1036 struct os_reltime now;
os_win32.c 51 int os_get_reltime(struct os_reltime *t)
  /external/wpa_supplicant_8/src/ap/
ap_list.h 29 struct os_reltime last_beacon;
tkip_countermeasures.c 71 struct os_reltime now;
hostapd.h 152 struct os_reltime michael_mic_failure;
260 struct os_reltime mesh_pending_auth_time;
270 struct os_reltime last_sae_token_key_update;
394 struct os_reltime dfs_cac_start;
sta_info.h 105 struct os_reltime acct_session_start;
139 struct os_reltime sa_query_start;
157 struct os_reltime connected_time;
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;
pmksa_cache_auth.c 97 struct os_reltime now;
113 struct os_reltime now;
259 struct os_reltime now;
ap_list.c 254 struct os_reltime now;
ctrl_iface_ap.c 49 struct os_reltime age;
453 struct os_reltime now;
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 264 struct os_reltime p2p_go_wait_client;
318 struct os_reltime time;
369 struct os_reltime last_attempt;
453 struct os_reltime last_michael_mic_error;
522 struct os_reltime last_scan;
595 struct os_reltime scan_trigger_time, scan_start_time;
648 struct os_reltime wps_pin_start_time;
652 struct os_reltime pending_eapol_rx_time;
660 struct os_reltime last_mac_addr_change;
693 struct os_reltime sa_query_start
    [all...]
bss.h 90 struct os_reltime last_update;
108 struct os_reltime *fetch_time);
ibss_rsn.h 43 struct os_reltime own_auth_tx;
config_ssid.h 672 struct os_reltime disabled_until;
bss.c 259 static void calculate_update_time(const struct os_reltime *fetch_time,
261 struct os_reltime *update_time)
278 struct os_reltime *fetch_time)
364 struct os_reltime *fetch_time)
532 struct wpa_scan_res *res, struct os_reltime *fetch_time)
628 struct os_reltime *fetch_time)
634 struct os_reltime update;
637 struct os_reltime age;
811 struct os_reltime t;
    [all...]
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;
131 struct os_reltime now;
481 struct os_reltime now;
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 43 struct os_reltime last_seen;
445 struct os_reltime find_start; /* time of last p2p_find start */
840 struct os_reltime *rx_time, int level, const u8 *ies,
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 456 struct os_reltime started_at;
497 struct os_reltime n;

Completed in 272 milliseconds

1 2 3