Home
last modified time | relevance | path

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

12

/freebsd/contrib/wpa/src/utils/
H A 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()
H A Duuid.c82 os_get_time(&t); in uuid_random()
H A Dos_none.c23 int os_get_time(struct os_time *t) in os_get_time() function
H A Dos.h36 int os_get_time(struct os_time *t);
H A Dos_internal.c41 int os_get_time(struct os_time *t) in os_get_time() function
H A Dwpa_debug.c77 os_get_time(&tv); in wpa_debug_print_timestamp()
H A Dos_unix.c65 int os_get_time(struct os_time *t) in os_get_time() function
H A Dcommon.c251 os_get_time(&now); in wpa_get_ntp_timestamp()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_misc.c33 os_get_time(struct bmic_host_wellness_time *host_wellness_time) in os_get_time() function
H A Dsmartpqi_prototypes.h321 void os_get_time(struct bmic_host_wellness_time *);
/freebsd/contrib/wpa/wpa_supplicant/
H A Dnotify.c572 os_get_time(&global->suspend_time); in wpas_notify_suspend()
588 os_get_time(&now); in wpas_notify_resume()
/freebsd/contrib/wpa/src/crypto/
H A Drandom.c147 os_get_time(&t); in random_add_randomness()
H A Dtls_gnutls.c1267 os_get_time(&now); in tls_connection_verify_peer()
/freebsd/contrib/wpa/src/ap/
H A Dneighbor_db.c147 if (!entry->lci || os_get_time(&entry->lci_date)) in hostapd_neighbor_set()
H A Daccounting.c145 os_get_time(&now); in accounting_msg()
H A Drrm.c167 if (os_get_time(&curr)) in hostapd_check_lci_age()
H A Dieee802_11_shared.c657 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0) in hostapd_update_time_adv()
/freebsd/contrib/wpa/src/radius/
H A Dradius_das.c441 os_get_time(&now); in radius_das_receive()
H A Dradius_server.c719 os_get_time(&now); in radius_server_add_session()
871 os_get_time(&now); in radius_server_sim_provisioning_session()
2807 os_get_time(&now); in radius_server_dac_request()
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c488 os_get_time(&psa->created_time); in ieee802_1x_kay_init_receive_sa()
536 os_get_time(&psc->created_time); in ieee802_1x_kay_init_receive_sc()
1668 os_get_time(&pkey->created_time); in ieee802_1x_kay_init_data_key()
2696 os_get_time(&psa->created_time); in ieee802_1x_kay_init_transmit_sa()
2738 os_get_time(&psc->created_time); in ieee802_1x_kay_init_transmit_sc()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_fast.c245 if (os_get_time(&now) < 0 || lifetime <= 0 || now.sec > lifetime) { in eap_fast_session_ticket_cb()
698 os_get_time(&now) < 0) in eap_fast_build_pac()
H A Deap_server_teap.c260 if (os_get_time(&now) < 0 || lifetime <= 0 || now.sec > lifetime) { in eap_teap_session_ticket_cb()
727 os_get_time(&now) < 0) in eap_teap_build_pac()
/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_client_ocsp.c252 os_get_time(&now); in tls_process_ocsp_single_response()
H A Dtlsv1_client_write.c62 os_get_time(&now); in tls_send_client_hello()
H A Dtlsv1_server_write.c55 os_get_time(&now); in tls_write_server_hello()

12