Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h104 int os_gmtime(os_time_t t, struct os_tm *tm);
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.c483 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.c4065 if (os_gmtime(conf->netaccesskey_expiry, &tm) < 0) { in dpp_build_conf_obj_dpp()