Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dos_none.c41 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
Dos_win32.c102 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
Dos.h144 int os_gmtime(os_time_t t, struct os_tm *tm);
Dos_internal.c80 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
Dos_unix.c170 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
/external/wpa_supplicant_8/src/ap/
Dieee802_11_shared.c641 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0) in hostapd_update_time_adv()
/external/wpa_supplicant_8/src/common/
Ddpp.c4576 if (os_gmtime(conf->netaccesskey_expiry, &tm) < 0) { in dpp_build_conf_obj_dpp()