Home
last modified time | relevance | path

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

/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()
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.c59 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()
Dwpa_auth_ft.c1666 os_get_time(&now); in wpa_ft_rrb_rx_push()
1855 os_get_time(&now); in wpa_ft_generate_pmk_r1()
Dwps_hostapd.c197 os_get_time(&t); in hostapd_wps_pin_needed_cb()
/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()
/external/wpa_supplicant_8/src/crypto/
Drandom.c142 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()
1491 os_get_time(&pkey->created_time); in ieee802_1x_kay_init_data_key()
2481 os_get_time(&psa->created_time); in ieee802_1x_kay_init_transmit_sa()
2523 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()
697 os_get_time(&now) < 0) in eap_fast_build_pac()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_client_write.c74 os_get_time(&now); in tls_send_client_hello()
Dtlsv1_client_ocsp.c257 os_get_time(&now); in tls_process_ocsp_single_response()
Dtlsv1_server_write.c55 os_get_time(&now); in tls_write_server_hello()
Dx509v3.c2038 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()