Home
last modified time | relevance | path

Searched refs:os_get_reltime (Results 1 - 25 of 108) sorted by relevance

12345

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dbgscan_simple.c73 os_get_reltime(&data->last_bgscan); in bgscan_simple_timeout()
154 os_get_reltime(&data->last_bgscan); in bgscan_simple_init()
220 os_get_reltime(&now); in bgscan_simple_notify_signal_change()
254 os_get_reltime(&now); in bgscan_simple_notify_signal_change()
H A Dbgscan_learn.c313 os_get_reltime(&data->last_bgscan); in bgscan_learn_timeout()
438 os_get_reltime(&data->last_bgscan); in bgscan_learn_init()
579 os_get_reltime(&now); in bgscan_learn_notify_signal_change()
594 os_get_reltime(&now); in bgscan_learn_notify_signal_change()
H A Dgas_query.c86 os_get_reltime(&now); in ms_from_time()
247 os_get_reltime(&query->last_oper); in gas_query_tx_status()
302 os_get_reltime(&query->last_oper); in gas_query_tx()
762 os_get_reltime(&now); in gas_query_set_sa()
791 os_get_reltime(&gas->last_mac_addr_rand); in gas_query_set_sa()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dbgscan_simple.c73 os_get_reltime(&data->last_bgscan); in bgscan_simple_timeout()
154 os_get_reltime(&data->last_bgscan); in bgscan_simple_init()
220 os_get_reltime(&now); in bgscan_simple_notify_signal_change()
254 os_get_reltime(&now); in bgscan_simple_notify_signal_change()
H A Dbssid_ignore.c74 os_get_reltime(&now); in wpa_bssid_ignore_add()
158 os_get_reltime(&now); in wpa_bssid_ignore_is_listed()
199 os_get_reltime(&now); in wpa_bssid_ignore_update()
H A Dbgscan_learn.c313 os_get_reltime(&data->last_bgscan); in bgscan_learn_timeout()
438 os_get_reltime(&data->last_bgscan); in bgscan_learn_init()
579 os_get_reltime(&now); in bgscan_learn_notify_signal_change()
594 os_get_reltime(&now); in bgscan_learn_notify_signal_change()
H A Dgas_query.c87 os_get_reltime(&now); in ms_from_time()
248 os_get_reltime(&query->last_oper); in gas_query_tx_status()
293 os_get_reltime(&query->last_oper); in gas_query_tx()
772 os_get_reltime(&now); in gas_query_set_sa()
801 os_get_reltime(&gas->last_mac_addr_rand); in gas_query_set_sa()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dpmksa_cache.c65 os_get_reltime(&now); in pmksa_cache_expire()
115 os_get_reltime(&now); in pmksa_cache_set_expiration()
200 os_get_reltime(&now); in pmksa_cache_add()
474 os_get_reltime(&now) == 0 && in pmksa_cache_get_opportunistic()
594 os_get_reltime(&now) == 0 && in pmksa_cache_set_current()
639 os_get_reltime(&now); in pmksa_cache_list()
724 os_get_reltime(&now); in pmksa_cache_reconfig()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dptksa_cache.c44 os_get_reltime(&now); in ptksa_cache_expire()
76 os_get_reltime(&now); in ptksa_cache_set_expiration()
170 os_get_reltime(&now); in ptksa_cache_list()
295 os_get_reltime(&now); in ptksa_cache_add()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Deloop_win.c247 if (os_get_reltime(&timeout->time) < 0) { in eloop_register_timeout()
322 os_get_reltime(&now); in eloop_cancel_timeout_one()
370 os_get_reltime(&now); in eloop_deplete_timeout()
402 os_get_reltime(&now); in eloop_replenish_timeout()
547 os_get_reltime(&now); in eloop_run()
588 os_get_reltime(&now); in eloop_run()
H A Deloop.c854 if (os_get_reltime(&timeout->time) < 0) { in eloop_register_timeout()
950 os_get_reltime(&now); in eloop_cancel_timeout_one()
1006 os_get_reltime(&now); in eloop_deplete_timeout()
1038 os_get_reltime(&now); in eloop_replenish_timeout()
1213 os_get_reltime(&now); in eloop_run()
1293 os_get_reltime(&now); in eloop_run()
1361 os_get_reltime(&now); in eloop_destroy()
H A Dos_none.c29 int os_get_reltime(struct os_reltime *t) in os_get_reltime() function
H A Dos.h40 * os_get_reltime - Get relative time (sec, usec)
44 int os_get_reltime(struct os_reltime *t);
95 os_get_reltime(&now); in os_reltime_age()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Deloop_win.c247 if (os_get_reltime(&timeout->time) < 0) { in eloop_register_timeout()
322 os_get_reltime(&now); in eloop_cancel_timeout_one()
370 os_get_reltime(&now); in eloop_deplete_timeout()
402 os_get_reltime(&now); in eloop_replenish_timeout()
547 os_get_reltime(&now); in eloop_run()
588 os_get_reltime(&now); in eloop_run()
H A Deloop.c859 if (os_get_reltime(&timeout->time) < 0) { in eloop_register_timeout()
960 os_get_reltime(&now); in eloop_cancel_timeout_one()
1016 os_get_reltime(&now); in eloop_deplete_timeout()
1048 os_get_reltime(&now); in eloop_replenish_timeout()
1236 os_get_reltime(&now); in eloop_run()
1318 os_get_reltime(&now); in eloop_run()
1387 os_get_reltime(&now); in eloop_destroy()
H A Dos_none.c29 int os_get_reltime(struct os_reltime *t) in os_get_reltime() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dpmksa_cache_auth.c114 os_get_reltime(&now); in pmksa_cache_expire()
133 os_get_reltime(&now); in pmksa_cache_set_expiration()
342 os_get_reltime(&now); in pmksa_cache_auth_create_entry()
643 os_get_reltime(&now); in pmksa_cache_auth_list()
696 os_get_reltime(&now); in pmksa_cache_auth_list_mesh()
H A Dieee802_11_auth.c77 os_get_reltime(&now); in hostapd_acl_cache_get()
267 os_get_reltime(&query->timestamp); in hostapd_allowed_address()
366 os_get_reltime(&now); in hostapd_acl_expire()
492 os_get_reltime(&cache->timestamp); in hostapd_acl_recv_radius()
H A Dtkip_countermeasures.c97 os_get_reltime(&now); in michael_mic_failure()
H A Dap_list.c213 os_get_reltime(&ap->last_beacon); in ap_list_process_beacon()
258 os_get_reltime(&now); in ap_list_timer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dpmksa_cache_auth.c114 os_get_reltime(&now); in pmksa_cache_expire()
133 os_get_reltime(&now); in pmksa_cache_set_expiration()
342 os_get_reltime(&now); in pmksa_cache_auth_create_entry()
637 os_get_reltime(&now); in pmksa_cache_auth_list()
690 os_get_reltime(&now); in pmksa_cache_auth_list_mesh()
H A Dieee802_11_auth.c99 os_get_reltime(&now); in hostapd_acl_cache_get()
332 os_get_reltime(&query->timestamp); in hostapd_allowed_address()
431 os_get_reltime(&now); in hostapd_acl_expire()
556 os_get_reltime(&cache->timestamp); in hostapd_acl_recv_radius()
H A Dtkip_countermeasures.c97 os_get_reltime(&now); in michael_mic_failure()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dpmksa_cache.c61 os_get_reltime(&now); in pmksa_cache_expire()
92 os_get_reltime(&now); in pmksa_cache_set_expiration()
158 os_get_reltime(&now); in pmksa_cache_add()
553 os_get_reltime(&now); in pmksa_cache_list()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
H A Dwpa_magiclink.c206 os_get_reltime(&fetch_time);
318 os_get_reltime(&now);

Completed in 22 milliseconds

12345