HomeSort by relevance Sort by last modified time
    Searched refs:os_reltime (Results 1 - 25 of 59) 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 54 struct os_reltime time;
846 struct os_reltime *remaining)
850 struct os_reltime now;
891 struct os_reltime now, requested, remaining;
923 struct os_reltime now, requested, remaining;
1073 struct os_reltime tv, now;
1250 struct os_reltime now;
    [all...]
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;
sta_info.h 64 struct os_reltime rx_time;
137 struct os_reltime acct_session_start;
174 struct os_reltime sa_query_start;
195 struct os_reltime connected_time;
tkip_countermeasures.c 71 struct os_reltime now;
hostapd.h 168 struct os_reltime michael_mic_failure;
287 struct os_reltime mesh_pending_auth_time;
298 struct os_reltime last_sae_token_key_update;
368 struct os_reltime last_seen;
504 struct os_reltime dfs_cac_start;
ieee802_11_auth.c 31 struct os_reltime timestamp;
45 struct os_reltime timestamp;
97 struct os_reltime now;
353 struct os_reltime *now)
383 struct os_reltime *now)
418 struct os_reltime now;
pmksa_cache_auth.c 112 struct os_reltime now;
128 struct os_reltime now;
321 struct os_reltime now;
635 struct os_reltime now;
686 struct os_reltime now;
gas_query_ap.c 49 struct os_reltime last_oper;
77 static int ms_from_time(struct os_reltime *last)
79 struct os_reltime now, res;
ap_list.c 253 struct os_reltime now;
wpa_auth_i.h 230 struct os_reltime time_offset; /* local time - offset = remote time */
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 98 struct os_reltime last_update;
116 struct os_reltime *fetch_time);
172 void calculate_update_time(const struct os_reltime *fetch_time,
174 struct os_reltime *update_time);
wpa_supplicant_i.h 278 struct os_reltime p2p_go_wait_client;
337 struct os_reltime time;
392 struct os_reltime last_attempt;
520 struct os_reltime last_michael_mic_error;
591 struct os_reltime last_scan;
665 struct os_reltime scan_trigger_time, scan_start_time;
667 struct os_reltime scan_min_time;
731 struct os_reltime wps_pin_start_time;
735 struct os_reltime pending_eapol_rx_time;
744 struct os_reltime last_mac_addr_change
    [all...]
ibss_rsn.h 43 struct os_reltime own_auth_tx;
bss.c 272 void calculate_update_time(const struct os_reltime *fetch_time,
274 struct os_reltime *update_time)
291 struct os_reltime *fetch_time)
427 struct os_reltime *fetch_time)
596 struct wpa_scan_res *res, struct os_reltime *fetch_time)
601 struct os_reltime update_time;
731 struct os_reltime *fetch_time)
737 struct os_reltime update;
740 struct os_reltime age;
914 struct os_reltime t
    [all...]
bgscan_simple.c 29 struct os_reltime last_bgscan;
206 struct os_reltime now;
config_ssid.h 735 struct os_reltime disabled_until;
gas_query.c 50 struct os_reltime last_oper;
67 struct os_reltime last_mac_addr_rand;
81 static int ms_from_time(struct os_reltime *last)
83 struct os_reltime now, res;
746 struct os_reltime now;
bgscan_learn.c 37 struct os_reltime last_bgscan;
565 struct os_reltime now;
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.c 59 struct os_reltime now;
86 struct os_reltime now;
137 struct os_reltime now;
535 struct os_reltime now;
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 491 struct os_reltime started_at;
532 struct os_reltime n;

Completed in 293 milliseconds

1 2 3