Searched defs:os_time_t (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
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...]
/external/wpa_supplicant_8/src/utils/
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...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
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...]

Completed in 74 milliseconds