Home
last modified time | relevance | path

Searched refs:os_get_time (Results 1 – 25 of 27) sorted by relevance

12

/external/wpa_supplicant_8/src/utils/
Dos_win32.c26 int os_get_time(struct os_time *t) in os_get_time() function
55 int res = os_get_time(&now); in os_get_reltime()
Duuid.c82 os_get_time(&t); in uuid_random()
Dos_none.c23 int os_get_time(struct os_time *t) in os_get_time() function
Dos.h36 int os_get_time(struct os_time *t);
Dos_internal.c35 int os_get_time(struct os_time *t) in os_get_time() function
Dos_unix.c61 int os_get_time(struct os_time *t) in os_get_time() function
Dwpa_debug.c73 os_get_time(&tv); in wpa_debug_print_timestamp()
Dcommon.c240 os_get_time(&now); in wpa_get_ntp_timestamp()
/external/wpa_supplicant_8/src/ap/
Dneighbor_db.c89 if (!entry->lci || os_get_time(&entry->lci_date)) in hostapd_neighbor_set()
Daccounting.c142 os_get_time(&now); in accounting_msg()
Drrm.c167 if (os_get_time(&curr)) in hostapd_check_lci_age()
Dieee802_11_shared.c472 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0) in hostapd_update_time_adv()
Ddpp_hostapd.c917 os_get_time(&now); in hostapd_dpp_rx_peer_disc_req()
/external/wpa_supplicant_8/wpa_supplicant/
Dnotify.c568 os_get_time(&global->suspend_time); in wpas_notify_suspend()
584 os_get_time(&now); in wpas_notify_resume()
Ddpp_supplicant.c1315 os_get_time(&now); in wpas_dpp_rx_peer_disc_resp()
1826 os_get_time(&now); in wpas_dpp_check_connect()
/external/wpa_supplicant_8/src/crypto/
Drandom.c145 os_get_time(&t); in random_add_randomness()
Dtls_gnutls.c1125 os_get_time(&now); in tls_connection_verify_peer()
/external/wpa_supplicant_8/src/radius/
Dradius_das.c246 os_get_time(&now); in radius_das_receive()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c452 os_get_time(&psa->created_time); in ieee802_1x_kay_init_receive_sa()
500 os_get_time(&psc->created_time); in ieee802_1x_kay_init_receive_sc()
1495 os_get_time(&pkey->created_time); in ieee802_1x_kay_init_data_key()
2484 os_get_time(&psa->created_time); in ieee802_1x_kay_init_transmit_sa()
2526 os_get_time(&psc->created_time); in ieee802_1x_kay_init_transmit_sc()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c245 if (os_get_time(&now) < 0 || lifetime <= 0 || now.sec > lifetime) { in eap_fast_session_ticket_cb()
696 os_get_time(&now) < 0) in eap_fast_build_pac()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_client_ocsp.c257 os_get_time(&now); in tls_process_ocsp_single_response()
Dtlsv1_client_write.c74 os_get_time(&now); in tls_send_client_hello()
Dtlsv1_server_write.c55 os_get_time(&now); in tls_write_server_hello()
Dx509v3.c2035 os_get_time(&now); in x509_certificate_chain_validate()
/external/wpa_supplicant_8/src/eap_peer/
Deap_fast.c927 os_get_time(&now); in eap_fast_parse_pac_info()

12