Home
last modified time | relevance | path

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

/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()
62 os_time_t *t) in os_mktime()
66 os_time_t tz_offset; in os_mktime()
96 *t = (os_time_t) t_local - tz_offset; in os_mktime()
101 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;
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);
Dos_none.c18 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()
Dos_internal.c24 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep()
56 os_time_t *t) in os_mktime()
73 *t = (os_time_t) mktime(&tm); in os_mktime()
78 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
Dos_unix.c44 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep()
102 os_time_t *t) in os_mktime()
106 os_time_t tz_offset; in os_mktime()
136 *t = (os_time_t) t_local - tz_offset; in os_mktime()
141 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
Deloop_win.c242 os_time_t now_sec; in eloop_register_timeout()
Deloop.c607 os_time_t now_sec; in eloop_register_timeout()
/external/wpa_supplicant_8/src/tls/
Dx509v3.h55 os_time_t not_before;
56 os_time_t not_after;
Dx509v3.c541 os_time_t *val) in x509_parse_time()
/external/wpa_supplicant_8/src/rsn_supp/
Dpmksa_cache.h20 os_time_t expiration;
24 os_time_t reauth_time;
/external/wpa_supplicant_8/src/ap/
Dpmksa_cache_auth.h22 os_time_t expiration;
Dwpa_auth_ft.c1513 os_time_t tsend; in wpa_ft_rrb_rx_push()
/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;
331 os_time_t now) in radius_client_retransmit()
388 os_time_t first; in radius_client_timer()
510 os_time_t first; in radius_client_update_timeout()
/external/wpa_supplicant_8/wpa_supplicant/
Dbss.c259 os_time_t usec; in calculate_update_time()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c129 os_time_t lifetime = 0; in eap_fast_session_ticket_cb()