Home
last modified time | relevance | path

Searched refs:os_mktime (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.7.0/components/wpa_supplicant/port/include/
Dos.h100 int os_mktime(int year, int month, int day, int hour, int min, int sec,
/hal_espressif-3.7.0/components/wpa_supplicant/src/utils/
Dcommon.c500 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() function
/hal_espressif-3.7.0/components/wpa_supplicant/src/tls/
Dx509v3.c669 if (os_mktime(year, month, day, hour, min, sec, val) < 0) { in x509_parse_time()
/hal_espressif-3.7.0/components/wpa_supplicant/src/common/
Ddpp.c4774 if (os_mktime(year, month, day, hour, min, sec, &utime) < 0) { in dpp_key_expired()