Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_8/src/utils/
Dos_win32.c17 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()
Dos.h12 typedef long os_time_t; typedef
19 void os_sleep(os_time_t sec, os_time_t usec);
22 os_time_t sec;
23 os_time_t usec;
27 os_time_t sec;
28 os_time_t usec;
101 os_time_t timeout_secs) in os_reltime_expired()
133 os_time_t *t);
144 int os_gmtime(os_time_t t, struct os_tm *tm);
Dos_none.c18 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()
Dos_internal.c26 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()
Dos_unix.c52 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep()
137 os_time_t *t) in os_mktime()
141 os_time_t tz_offset; in os_mktime()
171 *t = (os_time_t) t_local - tz_offset; in os_mktime()
176 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime()
Deloop_win.c242 os_time_t now_sec; in eloop_register_timeout()
Dutils_module_tests.c452 os_time_t t; in os_tests()
Deloop.c777 os_time_t now_sec; in eloop_register_timeout()
/external/wpa_supplicant_8/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()
368 os_time_t produced_at; in tls_process_basic_ocsp_response()
Dx509v3.c576 int x509_parse_time(const u8 *buf, size_t len, u8 asn1_tag, os_time_t *val) in x509_parse_time()
/external/wpa_supplicant_8/src/rsn_supp/
Dpmksa_cache.h20 os_time_t expiration;
33 os_time_t reauth_time;
Dpmksa_cache.c379 os_time_t old_expiration = old_entry->expiration; in pmksa_cache_clone_entry()
/external/wpa_supplicant_8/src/common/
Dptksa_cache.h23 os_time_t expiration;
Ddpp.h222 os_time_t netaccesskey_expiry;
336 os_time_t net_access_key_expiry;
587 int dpp_key_expired(const char *timestamp, os_time_t *expiry);
600 os_time_t *expiry);
Ddpp.c2247 int dpp_key_expired(const char *timestamp, os_time_t *expiry) in dpp_key_expired()
2251 os_time_t utime; in dpp_key_expired()
3673 os_time_t *expiry) in dpp_peer_intro()
/external/wpa_supplicant_8/src/ap/
Dpmksa_cache_auth.h22 os_time_t expiration;
Ddpp_hostapd.c1586 os_time_t expire; in hostapd_dpp_rx_peer_disc_req()
1608 (os_time_t) hapd->conf->dpp_netaccesskey_expiry < now.sec) { in hostapd_dpp_rx_peer_disc_req()
1649 if (!expire || (os_time_t) hapd->conf->dpp_netaccesskey_expiry < expire) in hostapd_dpp_rx_peer_disc_req()
Dwpa_auth_ft.c1177 os_time_t expiration; /* 0 for no expiration */
1182 os_time_t session_timeout; /* 0 for no expiration */
1199 os_time_t session_timeout; /* 0 for no expiration */
/external/wpa_supplicant_8/src/wps/
Dwps_upnp_i.h147 os_time_t last_event_sec;
/external/wpa_supplicant_8/src/radius/
Dradius_client.c105 os_time_t first_try;
110 os_time_t next_try;
367 os_time_t now) in radius_client_retransmit()
494 os_time_t first; in radius_client_timer()
639 os_time_t first; in radius_client_update_timeout()
/external/wpa_supplicant_8/wpa_supplicant/
Dbss.c268 os_time_t usec; in calculate_update_time()
Dwnm_sta.c723 compare_scan_neighbor_results(struct wpa_supplicant *wpa_s, os_time_t age_secs, in compare_scan_neighbor_results()
Ddpp_supplicant.c2384 os_time_t expiry; in wpas_dpp_rx_peer_disc_resp()
3155 (os_time_t) ssid->dpp_netaccesskey_expiry < now.sec) { in wpas_dpp_check_connect()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c129 os_time_t lifetime = 0; in eap_fast_session_ticket_cb()

12