Searched refs:os_time_t (Results 1 – 18 of 18) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | os_win32.c | 17 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep() 44 t->sec = (os_time_t) (tt / 1000000); in os_get_time() 45 t->usec = (os_time_t) (tt % 1000000); in os_get_time() 63 os_time_t *t) in os_mktime() 67 os_time_t tz_offset; in os_mktime() 97 *t = (os_time_t) t_local - tz_offset; in os_mktime() 102 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; 27 os_time_t sec; 28 os_time_t usec; 101 os_time_t timeout_secs) in os_reltime_expired() 133 os_time_t *t); 144 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() 36 os_time_t *t) in os_mktime() 41 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
|
D | os_internal.c | 26 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep() 58 os_time_t *t) in os_mktime() 75 *t = (os_time_t) mktime(&tm); in os_mktime() 80 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
|
D | os_unix.c | 50 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep() 126 os_time_t *t) in os_mktime() 130 os_time_t tz_offset; in os_mktime() 160 *t = (os_time_t) t_local - tz_offset; in os_mktime() 165 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
|
D | utils_module_tests.c | 448 os_time_t t; in os_tests()
|
D | eloop_win.c | 242 os_time_t now_sec; in eloop_register_timeout()
|
D | eloop.c | 767 os_time_t now_sec; in eloop_register_timeout()
|
/external/wpa_supplicant_8/src/tls/ |
D | x509v3.h | 60 os_time_t not_before; 61 os_time_t not_after; 132 int x509_parse_time(const u8 *buf, size_t len, u8 asn1_tag, os_time_t *val);
|
D | tlsv1_client_ocsp.c | 126 os_time_t update; in tls_process_ocsp_single_response() 368 os_time_t produced_at; in tls_process_basic_ocsp_response()
|
D | x509v3.c | 540 int x509_parse_time(const u8 *buf, size_t len, u8 asn1_tag, os_time_t *val) in x509_parse_time()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | pmksa_cache.h | 20 os_time_t expiration; 24 os_time_t reauth_time;
|
/external/wpa_supplicant_8/src/ap/ |
D | pmksa_cache_auth.h | 22 os_time_t expiration;
|
D | wpa_auth_ft.c | 1523 os_time_t tsend; in wpa_ft_rrb_rx_push()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_i.h | 146 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; 362 os_time_t now) in radius_client_retransmit() 482 os_time_t first; in radius_client_timer() 619 os_time_t first; in radius_client_update_timeout()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | bss.c | 273 os_time_t usec; in calculate_update_time()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_fast.c | 129 os_time_t lifetime = 0; in eap_fast_session_ticket_cb()
|