Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/wpa/src/utils/
HDos_none.c41 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
HDos_win32.c102 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
HDos_internal.c86 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
HDos.h164 int os_gmtime(os_time_t t, struct os_tm *tm);
HDos_unix.c174 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
/freebsd-14-stable/contrib/wpa/src/ap/
HDieee802_11_shared.c697 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0) in hostapd_update_time_adv()
/freebsd-14-stable/contrib/wpa/src/common/
HDdpp.c1774 if (os_gmtime(conf->netaccesskey_expiry, &tm) < 0) { in dpp_build_conf_obj_dpp()