Searched refs:os_time_t (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/port/ |
D | os_xtensa.c | 37 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()
|
D | eloop.c | 92 os_time_t now_sec; in eloop_register_timeout_debug()
|
/hal_espressif-latest/zephyr/port/wifi/wpa_supplicant/ |
D | os_xtensa.c | 56 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep()
|
/hal_espressif-latest/components/wpa_supplicant/port/include/ |
D | os.h | 36 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/ |
D | x509v3.h | 60 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);
|
D | tlsv1_client_ocsp.c | 126 os_time_t update; in tls_process_ocsp_single_response() 359 os_time_t produced_at; in tls_process_basic_ocsp_response()
|
D | x509v3.c | 573 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/ |
D | pmksa_cache.h | 20 os_time_t expiration; 24 os_time_t reauth_time;
|
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | common.c | 483 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()
|
D | common.h | 399 os_time_t timeout_secs);
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dpp.h | 219 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);
|
D | bss.c | 77 os_time_t usec; in calculate_update_time()
|
D | wnm_sta.c | 321 compare_scan_neighbor_results(struct wpa_supplicant *wpa_s, os_time_t age_secs, in compare_scan_neighbor_results()
|
D | dpp.c | 4753 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/ |
D | pmksa_cache_auth.h | 21 os_time_t expiration;
|