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

/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dos_none.c23 int os_get_time(struct os_time *t) function
H A Dos_win32.c26 int os_get_time(struct os_time *t) function
55 int res = os_get_time(&now);
H A Dos.h32 * os_get_time - Get current time (sec, usec)
36 int os_get_time(struct os_time *t);
H A Dos_internal.c35 int os_get_time(struct os_time *t) function
H A Dcommon.c240 os_get_time(&now);
H A Dos_unix.c59 int os_get_time(struct os_time *t) function
H A Dwpa_debug.c73 os_get_time(&tv);
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Daccounting.c269 os_get_time(&now);
465 os_get_time(&now);
H A Dieee802_11_shared.c440 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0)
H A Dwpa_auth_ft.c1568 os_get_time(&now);
1756 os_get_time(&now);
H A Dwps_hostapd.c197 os_get_time(&t);
H A Dieee802_11.c216 os_get_time(&now);
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Drandom.c142 os_get_time(&t);
H A Dtls_gnutls.c1054 os_get_time(&now);
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dnotify.c512 os_get_time(&global->suspend_time);
528 os_get_time(&now);
/freebsd-11.0-release/contrib/wpa/src/radius/
H A Dradius_das.c243 os_get_time(&now);
H A Dradius.c905 os_get_time(&tv);
/freebsd-11.0-release/contrib/wpa/src/tls/
H A Dtlsv1_client_write.c54 os_get_time(&now);
H A Dtlsv1_server_write.c55 os_get_time(&now);
H A Dx509v3.c1852 os_get_time(&now);
/freebsd-11.0-release/contrib/wpa/src/eap_server/
H A Deap_server_fast.c240 if (os_get_time(&now) < 0 || lifetime <= 0 || now.sec > lifetime) {
691 os_get_time(&now) < 0)
/freebsd-11.0-release/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c433 os_get_time(&psa->created_time);
480 os_get_time(&psc->created_time);
1503 os_get_time(&pkey->created_time);
2504 os_get_time(&psa->created_time);
2547 os_get_time(&psc->created_time);
/freebsd-11.0-release/contrib/wpa/src/wps/
H A Dwps_common.c245 os_get_time(&now);
/freebsd-11.0-release/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c1306 os_get_time(&now);
/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap_fast.c927 os_get_time(&now);

Completed in 379 milliseconds