/external/wpa_supplicant_8/src/utils/ |
os_none.c | 35 int os_gmtime(os_time_t t, struct os_tm *tm) function
|
os_win32.c | 90 int os_gmtime(os_time_t t, struct os_tm *tm) function
|
os_internal.c | 67 int os_gmtime(os_time_t t, struct os_tm *tm) function
|
os_unix.c | 103 int os_gmtime(os_time_t t, struct os_tm *tm) function
|
os.h | 76 int os_gmtime(os_time_t t, struct os_tm *tm);
|
/external/wpa_supplicant_8/src/ap/ |
ieee802_11_shared.c | 407 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0)
|