HomeSort by relevance Sort by last modified time
    Searched refs:os_get_time (Results 1 - 22 of 22) 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 59 int os_get_time(struct os_time *t) function
wpa_debug.c 73 os_get_time(&tv);
  /external/wpa_supplicant_8/src/crypto/
random.c 142 os_get_time(&t);
tls_gnutls.c 1118 os_get_time(&now);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
notify.c 533 os_get_time(&global->suspend_time);
549 os_get_time(&now);
  /external/wpa_supplicant_8/src/radius/
radius_das.c 243 os_get_time(&now);
  /external/wpa_supplicant_8/src/ap/
accounting.c 147 os_get_time(&now);
ieee802_11_shared.c 450 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0)
wpa_auth_ft.c     [all...]
wps_hostapd.c 197 os_get_time(&t);
    [all...]
  /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) {
698 os_get_time(&now) < 0)
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 433 os_get_time(&psa->created_time);
480 os_get_time(&psc->created_time);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 926 os_get_time(&now);
    [all...]

Completed in 279 milliseconds