/external/wpa_supplicant_8/src/utils/ |
D | os_win32.c | 16 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()
|
D | os.h | 12 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);
|
D | os_none.c | 18 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()
|
D | os_unix.c | 43 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()
|
D | os_internal.c | 24 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()
|
D | eloop_win.c | 240 os_time_t now_sec; in eloop_register_timeout()
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
D | os_win32.c | 21 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()
|
D | os.h | 18 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);
|
D | os_unix.c | 25 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()
|
D | os_none.c | 24 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep() 36 os_time_t *t) in os_mktime()
|
D | os_internal.c | 30 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/ |
D | x509v3.h | 55 os_time_t not_before; 56 os_time_t not_after;
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | x509v3.h | 41 os_time_t not_before; 42 os_time_t not_after;
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
D | pmksa_cache.h | 26 os_time_t expiration; 30 os_time_t reauth_time;
|
D | peerkey.h | 33 os_time_t expiration;
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | pmksa_cache.h | 20 os_time_t expiration; 24 os_time_t reauth_time;
|
D | peerkey.h | 27 os_time_t expiration;
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11_auth.c | 32 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()
|
D | ap_list.h | 41 os_time_t last_beacon;
|
D | pmksa_cache_auth.h | 22 os_time_t expiration;
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_i.h | 147 os_time_t last_event_sec;
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_client.c | 105 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/ |
D | radius_client.c | 51 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/ |
D | wpa_supplicant_i.h | 301 os_time_t last_michael_mic_error;
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | wpa_supplicant_i.h | 291 os_time_t last_michael_mic_error;
|