Home
last modified time | relevance | path

Searched refs:os_time_t (Results 1 – 25 of 32) sorted by relevance

12

/external/wpa_supplicant_8/src/utils/
Dos_win32.c16 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep()
43 t->sec = (os_time_t) (tt / 1000000); in os_get_time()
44 t->usec = (os_time_t) (tt % 1000000); in os_get_time()
51 os_time_t *t) in os_mktime()
55 os_time_t tz_offset; in os_mktime()
85 *t = (os_time_t) t_local - tz_offset; in os_mktime()
90 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
Dos.h12 typedef long os_time_t; typedef
19 void os_sleep(os_time_t sec, os_time_t usec);
22 os_time_t sec;
23 os_time_t usec;
65 os_time_t *t);
76 int os_gmtime(os_time_t t, struct os_tm *tm);
Dos_none.c18 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep()
30 os_time_t *t) in os_mktime()
35 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
Dos_unix.c43 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep()
64 os_time_t *t) in os_mktime()
68 os_time_t tz_offset; in os_mktime()
98 *t = (os_time_t) t_local - tz_offset; in os_mktime()
103 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
Dos_internal.c24 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep()
45 os_time_t *t) in os_mktime()
62 *t = (os_time_t) mktime(&tm); in os_mktime()
67 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
Deloop_win.c240 os_time_t now_sec; in eloop_register_timeout()
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
Dos_win32.c21 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep()
48 t->sec = (os_time_t) (tt / 1000000); in os_get_time()
49 t->usec = (os_time_t) (tt % 1000000); in os_get_time()
56 os_time_t *t) in os_mktime()
60 os_time_t tz_offset; in os_mktime()
90 *t = (os_time_t) t_local - tz_offset; in os_mktime()
Dos.h18 typedef long os_time_t; typedef
25 void os_sleep(os_time_t sec, os_time_t usec);
28 os_time_t sec;
29 os_time_t usec;
71 os_time_t *t);
Dos_unix.c25 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep()
46 os_time_t *t) in os_mktime()
50 os_time_t tz_offset; in os_mktime()
80 *t = (os_time_t) t_local - tz_offset; in os_mktime()
Dos_none.c24 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep()
36 os_time_t *t) in os_mktime()
Dos_internal.c30 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep()
51 os_time_t *t) in os_mktime()
68 *t = (os_time_t) mktime(&tm); in os_mktime()
/external/wpa_supplicant_8/src/tls/
Dx509v3.h55 os_time_t not_before;
56 os_time_t not_after;
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dx509v3.h41 os_time_t not_before;
42 os_time_t not_after;
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
Dpmksa_cache.h26 os_time_t expiration;
30 os_time_t reauth_time;
Dpeerkey.h33 os_time_t expiration;
/external/wpa_supplicant_8/src/rsn_supp/
Dpmksa_cache.h20 os_time_t expiration;
24 os_time_t reauth_time;
Dpeerkey.h27 os_time_t expiration;
/external/wpa_supplicant_8/src/ap/
Dieee802_11_auth.c32 os_time_t timestamp;
47 os_time_t timestamp;
324 static void hostapd_acl_expire_cache(struct hostapd_data *hapd, os_time_t now) in hostapd_acl_expire_cache()
353 os_time_t now) in hostapd_acl_expire_queries()
Dap_list.h41 os_time_t last_beacon;
Dpmksa_cache_auth.h22 os_time_t expiration;
/external/wpa_supplicant_8/src/wps/
Dwps_upnp_i.h147 os_time_t last_event_sec;
/external/wpa_supplicant_8/src/radius/
Dradius_client.c105 os_time_t first_try;
110 os_time_t next_try;
323 os_time_t now) in radius_client_retransmit()
378 os_time_t first; in radius_client_timer()
486 os_time_t first; in radius_client_update_timeout()
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
Dradius_client.c51 os_time_t first_try;
52 os_time_t next_try;
165 os_time_t now) in radius_client_retransmit()
218 os_time_t first; in radius_client_timer()
326 os_time_t first; in radius_client_update_timeout()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h301 os_time_t last_michael_mic_error;
/external/wpa_supplicant_6/wpa_supplicant/
Dwpa_supplicant_i.h291 os_time_t last_michael_mic_error;

12