Home
last modified time | relevance | path

Searched refs:os_gmtime (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dos_none.c35 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
Dos_win32.c90 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
Dos.h76 int os_gmtime(os_time_t t, struct os_tm *tm);
Dos_internal.c67 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
Dos_unix.c103 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
/external/wpa_supplicant_8/src/ap/
Dieee802_11_shared.c359 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0) in hostapd_update_time_adv()