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

/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dos_none.c41 int os_gmtime(os_time_t t, struct os_tm *tm) function
H A Dos_win32.c102 int os_gmtime(os_time_t t, struct os_tm *tm) function
H A Dos.h144 int os_gmtime(os_time_t t, struct os_tm *tm);
H A Dos_internal.c80 int os_gmtime(os_time_t t, struct os_tm *tm) function
H A Dos_unix.c165 int os_gmtime(os_time_t t, struct os_tm *tm) function
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dieee802_11_shared.c440 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0)

Completed in 108 milliseconds