OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:os_get_time
(Results
1 - 24
of
24
) sorted by null
/external/wpa_supplicant_8/src/utils/
os_none.c
23
int
os_get_time
(struct os_time *t)
function
os_win32.c
26
int
os_get_time
(struct os_time *t)
function
55
int res =
os_get_time
(&now);
os.h
32
*
os_get_time
- Get current time (sec, usec)
36
int
os_get_time
(struct os_time *t);
os_internal.c
35
int
os_get_time
(struct os_time *t)
function
common.c
240
os_get_time
(&now);
os_unix.c
61
int
os_get_time
(struct os_time *t)
function
wpa_debug.c
73
os_get_time
(&tv);
/external/wpa_supplicant_8/src/ap/
neighbor_db.c
89
if (!entry->lci ||
os_get_time
(&entry->lci_date))
accounting.c
142
os_get_time
(&now);
ieee802_11_shared.c
472
if (
os_get_time
(&t) < 0 || os_gmtime(t.sec, &tm) < 0)
rrm.c
167
if (
os_get_time
(&curr))
wpa_auth_ft.c
[
all
...]
wps_hostapd.c
197
os_get_time
(&t);
[
all
...]
/external/wpa_supplicant_8/src/crypto/
random.c
142
os_get_time
(&t);
tls_gnutls.c
1125
os_get_time
(&now);
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
notify.c
568
os_get_time
(&global->suspend_time);
584
os_get_time
(&now);
/external/wpa_supplicant_8/src/radius/
radius_das.c
246
os_get_time
(&now);
/external/wpa_supplicant_8/src/tls/
tlsv1_client_ocsp.c
257
os_get_time
(&now);
tlsv1_client_write.c
74
os_get_time
(&now);
tlsv1_server_write.c
55
os_get_time
(&now);
x509v3.c
[
all
...]
/external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c
245
if (
os_get_time
(&now) < 0 || lifetime <= 0 || now.sec > lifetime) {
697
os_get_time
(&now) < 0)
[
all
...]
/external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c
452
os_get_time
(&psa->created_time);
500
os_get_time
(&psc->created_time);
[
all
...]
/external/wpa_supplicant_8/src/eap_peer/
eap_fast.c
927
os_get_time
(&now);
[
all
...]
Completed in 566 milliseconds