Searched refs:os_time_t (Results 1 - 25 of 46) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_none.c18 void os_sleep(os_time_t sec, os_time_t usec)
36 os_time_t *t)
41 int os_gmtime(os_time_t t, struct os_tm *tm)
H A Dos_win32.c16 void os_sleep(os_time_t sec, os_time_t usec)
43 t->sec = (os_time_t) (tt / 1000000);
44 t->usec = (os_time_t) (tt % 1000000);
62 os_time_t *t)
66 os_time_t tz_offset;
96 *t = (os_time_t) t_local - tz_offset;
101 int os_gmtime(os_time_t t, struct os_tm *tm)
H A 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)
133 os_time_t *t);
144 int os_gmtime(os_time_t
[all...]
H A Dos_internal.c24 void os_sleep(os_time_t sec, os_time_t usec)
56 os_time_t *t)
73 *t = (os_time_t) mktime(&tm);
78 int os_gmtime(os_time_t t, struct os_tm *tm)
H A Dos_unix.c44 void os_sleep(os_time_t sec, os_time_t usec)
102 os_time_t *t)
106 os_time_t tz_offset;
136 *t = (os_time_t) t_local - tz_offset;
141 int os_gmtime(os_time_t t, struct os_tm *tm)
/external/wpa_supplicant_8/src/utils/
H A Dos_none.c18 void os_sleep(os_time_t sec, os_time_t usec)
36 os_time_t *t)
41 int os_gmtime(os_time_t t, struct os_tm *tm)
H A Dos_win32.c16 void os_sleep(os_time_t sec, os_time_t usec)
43 t->sec = (os_time_t) (tt / 1000000);
44 t->usec = (os_time_t) (tt % 1000000);
62 os_time_t *t)
66 os_time_t tz_offset;
96 *t = (os_time_t) t_local - tz_offset;
101 int os_gmtime(os_time_t t, struct os_tm *tm)
H A 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)
133 os_time_t *t);
144 int os_gmtime(os_time_t
[all...]
H A Dos_internal.c24 void os_sleep(os_time_t sec, os_time_t usec)
56 os_time_t *t)
73 *t = (os_time_t) mktime(&tm);
78 int os_gmtime(os_time_t t, struct os_tm *tm)
H A Dos_unix.c44 void os_sleep(os_time_t sec, os_time_t usec)
102 os_time_t *t)
106 os_time_t tz_offset;
136 *t = (os_time_t) t_local - tz_offset;
141 int os_gmtime(os_time_t t, struct os_tm *tm)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_none.c18 void os_sleep(os_time_t sec, os_time_t usec)
36 os_time_t *t)
41 int os_gmtime(os_time_t t, struct os_tm *tm)
H A Dos_win32.c16 void os_sleep(os_time_t sec, os_time_t usec)
43 t->sec = (os_time_t) (tt / 1000000);
44 t->usec = (os_time_t) (tt % 1000000);
62 os_time_t *t)
66 os_time_t tz_offset;
96 *t = (os_time_t) t_local - tz_offset;
101 int os_gmtime(os_time_t t, struct os_tm *tm)
H A 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)
133 os_time_t *t);
144 int os_gmtime(os_time_t
[all...]
H A Dos_internal.c24 void os_sleep(os_time_t sec, os_time_t usec)
56 os_time_t *t)
73 *t = (os_time_t) mktime(&tm);
78 int os_gmtime(os_time_t t, struct os_tm *tm)
H A Dos_unix.c44 void os_sleep(os_time_t sec, os_time_t usec)
102 os_time_t *t)
106 os_time_t tz_offset;
136 *t = (os_time_t) t_local - tz_offset;
141 int os_gmtime(os_time_t t, struct os_tm *tm)
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.h55 os_time_t not_before;
56 os_time_t not_after;
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.h55 os_time_t not_before;
56 os_time_t not_after;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.h55 os_time_t not_before;
56 os_time_t not_after;
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpmksa_cache.h20 os_time_t expiration;
24 os_time_t reauth_time;
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpmksa_cache.h20 os_time_t expiration;
24 os_time_t reauth_time;
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.h20 os_time_t expiration;
24 os_time_t reauth_time;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpmksa_cache_auth.h22 os_time_t expiration;
/external/wpa_supplicant_8/src/ap/
H A Dpmksa_cache_auth.h22 os_time_t expiration;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dpmksa_cache_auth.h22 os_time_t expiration;
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_i.h147 os_time_t last_event_sec;

Completed in 265 milliseconds

12