HomeSort by relevance Sort by last modified time
    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 25 int os_get_time(struct os_time *t) function
54 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 33 int os_get_time(struct os_time *t) function
os_unix.c 53 int os_get_time(struct os_time *t) function
common.c 175 os_get_time(&now);
wpa_debug.c 73 os_get_time(&tv);
  /external/wpa_supplicant_8/src/ap/
accounting.c 260 os_get_time(&now);
455 os_get_time(&now);
ieee802_11_shared.c 438 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...]
ieee802_11.c 224 os_get_time(&now);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
notify.c 388 os_get_time(&global->suspend_time);
404 os_get_time(&now);
  /external/wpa_supplicant_8/src/crypto/
random.c 142 os_get_time(&t);
tls_gnutls.c 853 os_get_time(&now);
  /external/wpa_supplicant_8/src/radius/
radius_das.c 230 os_get_time(&now);
radius.c 894 os_get_time(&tv);
    [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 241 if (os_get_time(&now) < 0 || lifetime <= 0 || now.sec > lifetime) {
692 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/wps/
wps_common.c 245 os_get_time(&now);
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 922 os_get_time(&now);
    [all...]

Completed in 405 milliseconds