/hostap-latest/src/utils/ |
D | os_zephyr.c | 21 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep() 32 t->sec = (os_time_t)tv.tv_sec; in os_get_time() 33 t->usec = (os_time_t)tv.tv_usec; in os_get_time() 78 os_time_t *t) in os_mktime() 82 os_time_t tz_offset; in os_mktime() 115 *t = (os_time_t)t_local - tz_offset; in os_mktime() 119 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
|
D | os_win32.c | 17 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep() 44 t->sec = (os_time_t) (tt / 1000000); in os_get_time() 45 t->usec = (os_time_t) (tt % 1000000); in os_get_time() 63 os_time_t *t) in os_mktime() 67 os_time_t tz_offset; in os_mktime() 97 *t = (os_time_t) t_local - tz_offset; in os_mktime() 102 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
|
D | os.h | 17 typedef long os_time_t; typedef 24 void os_sleep(os_time_t sec, os_time_t usec); 27 os_time_t sec; 28 os_time_t usec; 32 os_time_t sec; 33 os_time_t usec; 106 os_time_t timeout_secs) in os_reltime_expired() 158 os_time_t *t); 169 int os_gmtime(os_time_t t, struct os_tm *tm);
|
D | os_none.c | 18 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep() 36 os_time_t *t) in os_mktime() 41 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
|
D | os_internal.c | 26 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep() 64 os_time_t *t) in os_mktime() 81 *t = (os_time_t) mktime(&tm); in os_mktime() 86 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
|
D | os_unix.c | 50 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep() 135 os_time_t *t) in os_mktime() 139 os_time_t tz_offset; in os_mktime() 169 *t = (os_time_t) t_local - tz_offset; in os_mktime() 174 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
|
D | eloop_win.c | 242 os_time_t now_sec; in eloop_register_timeout()
|
D | utils_module_tests.c | 452 os_time_t t; in os_tests()
|
D | eloop.c | 777 os_time_t now_sec; in eloop_register_timeout()
|
/hostap-latest/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 | 569 int x509_parse_time(const u8 *buf, size_t len, u8 asn1_tag, os_time_t *val) in x509_parse_time()
|
/hostap-latest/src/rsn_supp/ |
D | pmksa_cache.h | 22 os_time_t expiration; 36 os_time_t reauth_time;
|
D | pmksa_cache.c | 506 os_time_t old_expiration = old_entry->expiration; in pmksa_cache_clone_entry() 507 os_time_t old_reauth_time = old_entry->reauth_time; in pmksa_cache_clone_entry()
|
/hostap-latest/src/common/ |
D | ptksa_cache.h | 23 os_time_t expiration;
|
D | dpp.h | 256 os_time_t netaccesskey_expiry; 372 os_time_t net_access_key_expiry; 659 int dpp_key_expired(const char *timestamp, os_time_t *expiry); 672 os_time_t *expiry, u8 *peer_key_hash);
|
D | dpp.c | 2670 int dpp_key_expired(const char *timestamp, os_time_t *expiry) in dpp_key_expired() 2674 os_time_t utime; in dpp_key_expired() 4150 os_time_t *expiry, u8 *peer_key_hash) in dpp_peer_intro()
|
/hostap-latest/src/ap/ |
D | pmksa_cache_auth.h | 24 os_time_t expiration;
|
D | dpp_hostapd.c | 2058 os_time_t expire; in hostapd_dpp_rx_peer_disc_req() 2073 (os_time_t) hapd->conf->dpp_netaccesskey_expiry < now.sec) { in hostapd_dpp_rx_peer_disc_req() 2136 if (!expire || (os_time_t) hapd->conf->dpp_netaccesskey_expiry < expire) in hostapd_dpp_rx_peer_disc_req() 2802 os_time_t expire; in hostapd_dpp_rx_priv_peer_intro_update() 2818 (os_time_t) hapd->conf->dpp_netaccesskey_expiry < now.sec) { in hostapd_dpp_rx_priv_peer_intro_update() 2910 if (!expire || (os_time_t) hapd->conf->dpp_netaccesskey_expiry < expire) in hostapd_dpp_rx_priv_peer_intro_update()
|
/hostap-latest/src/wps/ |
D | wps_upnp_i.h | 147 os_time_t last_event_sec;
|
/hostap-latest/src/radius/ |
D | radius_client.c | 108 os_time_t first_try; 113 os_time_t next_try; 376 os_time_t now) in radius_client_retransmit() 552 os_time_t first; in radius_client_timer() 693 os_time_t first; in radius_client_update_timeout()
|
/hostap-latest/src/eap_server/ |
D | eap_server_fast.c | 129 os_time_t lifetime = 0; in eap_fast_session_ticket_cb()
|
/hostap-latest/wpa_supplicant/ |
D | wnm_sta.c | 747 compare_scan_neighbor_results(struct wpa_supplicant *wpa_s, os_time_t age_secs, in compare_scan_neighbor_results()
|
D | bss.c | 279 os_time_t usec; in calculate_update_time()
|
D | dpp_supplicant.c | 2744 os_time_t expiry; in wpas_dpp_rx_peer_disc_resp() 3906 os_time_t expiry; in wpas_dpp_rx_priv_peer_intro_notify() 4528 (os_time_t) ssid->dpp_netaccesskey_expiry < now.sec) { in wpas_dpp_check_connect()
|