Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/utils/
H A Dos_none.c41 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
H A Dos_win32.c102 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
H A Dos_internal.c86 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
H A Dos.h164 int os_gmtime(os_time_t t, struct os_tm *tm);
H A Dos_unix.c179 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_shared.c697 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0) in hostapd_update_time_adv()
/freebsd/contrib/wpa/src/common/
H A Ddpp.c1774 if (os_gmtime(conf->netaccesskey_expiry, &tm) < 0) { in dpp_build_conf_obj_dpp()