Home
last modified time | relevance | path

Searched refs:os_time_t (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/port/
Dos_xtensa.c37 t->sec = (os_time_t) tv.tv_sec; in os_get_time()
53 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep()
Deloop.c92 os_time_t now_sec; in eloop_register_timeout_debug()
/hal_espressif-latest/zephyr/port/wifi/wpa_supplicant/
Dos_xtensa.c56 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep()
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h36 typedef time_t os_time_t; typedef
43 void os_sleep(os_time_t sec, os_time_t usec);
46 os_time_t sec;
102 os_time_t *t);
104 int os_gmtime(os_time_t t, struct os_tm *tm);
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dx509v3.h60 os_time_t not_before;
61 os_time_t not_after;
139 int x509_parse_time(const u8 *buf, size_t len, u8 asn1_tag, os_time_t *val);
Dtlsv1_client_ocsp.c126 os_time_t update; in tls_process_ocsp_single_response()
359 os_time_t produced_at; in tls_process_basic_ocsp_response()
Dx509v3.c573 int x509_parse_time(const u8 *buf, size_t len, u8 asn1_tag, os_time_t *val) in x509_parse_time()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dpmksa_cache.h20 os_time_t expiration;
24 os_time_t reauth_time;
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.c483 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
501 os_time_t *t) in os_mktime()
518 *t = (os_time_t) mktime(&tm); in os_mktime()
533 os_time_t timeout_secs) in os_reltime_expired()
Dcommon.h399 os_time_t timeout_secs);
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.h219 os_time_t netaccesskey_expiry;
303 os_time_t net_access_key_expiry;
509 int dpp_key_expired(const char *timestamp, os_time_t *expiry);
525 os_time_t *expiry);
Dbss.c77 os_time_t usec; in calculate_update_time()
Dwnm_sta.c321 compare_scan_neighbor_results(struct wpa_supplicant *wpa_s, os_time_t age_secs, in compare_scan_neighbor_results()
Ddpp.c4753 int dpp_key_expired(const char *timestamp, os_time_t *expiry) in dpp_key_expired()
4757 os_time_t utime; in dpp_key_expired()
5791 os_time_t *expiry) in dpp_peer_intro()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dpmksa_cache_auth.h21 os_time_t expiration;