OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:os_get_time
(Results
26 - 50
of
54
) sorted by null
1
2
3
/external/wpa_supplicant_8/src/utils/
wpa_debug.c
73
os_get_time
(&tv);
/external/wpa_supplicant_8/src/ap/
sta_info.c
778
os_get_time
(&now);
816
os_get_time
(&sta->sa_query_start);
ieee802_1x.c
104
os_get_time
(&sta->connected_time);
[
all
...]
wpa_auth_ft.c
[
all
...]
ieee802_11.c
216
os_get_time
(&now);
416
os_get_time
(&t);
[
all
...]
hostapd.c
[
all
...]
wps_hostapd.c
181
os_get_time
(&t);
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
bss.c
708
os_get_time
(&wpa_s->last_scan);
762
os_get_time
(&t);
events.c
58
os_get_time
(&now);
[
all
...]
scan.c
230
os_get_time
(&wpa_s->scan_trigger_time);
[
all
...]
sme.c
[
all
...]
wps_supplicant.c
[
all
...]
p2p_supplicant.c
232
os_get_time
(&wpa_s->scan_trigger_time);
[
all
...]
/external/wpa_supplicant_8/src/wps/
wps_registrar.c
315
os_get_time
(&now);
404
os_get_time
(&now);
754
os_get_time
(&p->expiration);
805
os_get_time
(&now);
1041
os_get_time
(®istrar->pbc_ignore_start);
1145
os_get_time
(&now);
[
all
...]
wps_common.c
242
os_get_time
(&now);
wps_upnp.c
492
if (
os_get_time
(&now) == 0) {
[
all
...]
/external/wpa_supplicant_8/src/tls/
tlsv1_client_write.c
54
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
240
if (
os_get_time
(&now) < 0 || lifetime <= 0 || now.sec > lifetime) {
691
os_get_time
(&now) < 0)
[
all
...]
eap_sim_db.c
935
os_get_time
(&entry->timestamp);
[
all
...]
/external/wpa_supplicant_8/src/radius/
radius_server.c
1254
os_get_time
(&data->start_time);
[
all
...]
radius.c
867
os_get_time
(&tv);
[
all
...]
/external/wpa_supplicant_8/src/rsn_supp/
peerkey.c
573
os_get_time
(&now);
758
os_get_time
(&now);
[
all
...]
/external/wpa_supplicant_8/src/crypto/
tls_gnutls.c
855
os_get_time
(&now);
Completed in 305 milliseconds
1
2
3