Searched refs:os_get_time (Results 1 - 25 of 70) sorted by relevance

123

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_none.c23 int os_get_time(struct os_time *t) function
H A Dos_win32.c25 int os_get_time(struct os_time *t) function
54 int res = os_get_time(&now);
H A Dos.h32 * os_get_time - Get current time (sec, usec)
36 int os_get_time(struct os_time *t);
H A Dos_internal.c33 int os_get_time(struct os_time *t) function
H A Dos_unix.c53 int os_get_time(struct os_time *t) function
/external/wpa_supplicant_8/src/utils/
H A Dos_none.c23 int os_get_time(struct os_time *t) function
H A Dos_win32.c25 int os_get_time(struct os_time *t) function
54 int res = os_get_time(&now);
H A Dos.h32 * os_get_time - Get current time (sec, usec)
36 int os_get_time(struct os_time *t);
H A Dos_internal.c33 int os_get_time(struct os_time *t) function
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_none.c23 int os_get_time(struct os_time *t) function
H A Dos_win32.c25 int os_get_time(struct os_time *t) function
54 int res = os_get_time(&now);
H A Dos.h32 * os_get_time - Get current time (sec, usec)
36 int os_get_time(struct os_time *t);
H A Dos_internal.c33 int os_get_time(struct os_time *t) function
/external/wpa_supplicant_8/hostapd/src/ap/
H A Daccounting.c260 os_get_time(&now);
455 os_get_time(&now);
H A Dieee802_11_shared.c438 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0)
/external/wpa_supplicant_8/src/ap/
H A Daccounting.c260 os_get_time(&now);
455 os_get_time(&now);
H A Dieee802_11_shared.c438 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0)
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Daccounting.c260 os_get_time(&now);
455 os_get_time(&now);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnotify.c388 os_get_time(&global->suspend_time);
404 os_get_time(&now);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Drandom.c142 os_get_time(&t);
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.c230 os_get_time(&now);
/external/wpa_supplicant_8/src/crypto/
H A Drandom.c142 os_get_time(&t);
/external/wpa_supplicant_8/src/radius/
H A Dradius_das.c230 os_get_time(&now);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Drandom.c142 os_get_time(&t);
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.c230 os_get_time(&now);

Completed in 201 milliseconds

123