Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/wpa/src/utils/
HDos_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()
HDuuid.c82 os_get_time(&t); in uuid_random()
HDos_none.c23 int os_get_time(struct os_time *t) in os_get_time() function
HDos.h36 int os_get_time(struct os_time *t);
HDos_internal.c41 int os_get_time(struct os_time *t) in os_get_time() function
HDos_unix.c65 int os_get_time(struct os_time *t) in os_get_time() function
HDwpa_debug.c77 os_get_time(&tv); in wpa_debug_print_timestamp()
HDcommon.c251 os_get_time(&now); in wpa_get_ntp_timestamp()
/freebsd-13-stable/sys/dev/smartpqi/
HDsmartpqi_misc.c33 os_get_time(struct bmic_host_wellness_time *host_wellness_time) in os_get_time() function
HDsmartpqi_prototypes.h289 void os_get_time(struct bmic_host_wellness_time *);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
HDnotify.c613 os_get_time(&global->suspend_time); in wpas_notify_suspend()
629 os_get_time(&now); in wpas_notify_resume()
/freebsd-13-stable/contrib/wpa/src/crypto/
HDrandom.c147 os_get_time(&t); in random_add_randomness()
HDtls_gnutls.c1267 os_get_time(&now); in tls_connection_verify_peer()
/freebsd-13-stable/contrib/wpa/src/ap/
HDneighbor_db.c150 if (!entry->lci || os_get_time(&entry->lci_date)) in hostapd_neighbor_set()
HDaccounting.c145 os_get_time(&now); in accounting_msg()
HDrrm.c167 if (os_get_time(&curr)) in hostapd_check_lci_age()
HDieee802_11_shared.c697 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0) in hostapd_update_time_adv()
/freebsd-13-stable/contrib/wpa/src/radius/
HDradius_das.c451 os_get_time(&now); in radius_das_receive()
HDradius_server.c719 os_get_time(&now); in radius_server_add_session()
871 os_get_time(&now); in radius_server_sim_provisioning_session()
2822 os_get_time(&now); in radius_server_dac_request()
/freebsd-13-stable/contrib/wpa/src/pae/
HDieee802_1x_kay.c496 os_get_time(&psa->created_time); in ieee802_1x_kay_init_receive_sa()
544 os_get_time(&psc->created_time); in ieee802_1x_kay_init_receive_sc()
1676 os_get_time(&pkey->created_time); in ieee802_1x_kay_init_data_key()
2734 os_get_time(&psa->created_time); in ieee802_1x_kay_init_transmit_sa()
2776 os_get_time(&psc->created_time); in ieee802_1x_kay_init_transmit_sc()
/freebsd-13-stable/contrib/wpa/src/eap_server/
HDeap_server_fast.c245 if (os_get_time(&now) < 0 || lifetime <= 0 || now.sec > lifetime) { in eap_fast_session_ticket_cb()
687 os_get_time(&now) < 0) in eap_fast_build_pac()
HDeap_server_teap.c264 if (os_get_time(&now) < 0 || lifetime <= 0 || now.sec > lifetime) { in eap_teap_session_ticket_cb()
733 os_get_time(&now) < 0) in eap_teap_build_pac()
/freebsd-13-stable/contrib/wpa/src/tls/
HDtlsv1_client_ocsp.c252 os_get_time(&now); in tls_process_ocsp_single_response()
HDtlsv1_client_write.c62 os_get_time(&now); in tls_send_client_hello()
HDtlsv1_server_write.c55 os_get_time(&now); in tls_write_server_hello()

12