HomeSort by relevance Sort by last modified time
    Searched full:os_time_t (Results 1 - 22 of 22) sorted by null

  /external/wpa_supplicant_8/src/utils/
os_win32.c 16 void os_sleep(os_time_t sec, os_time_t usec)
43 t->sec = (os_time_t) (tt / 1000000);
44 t->usec = (os_time_t) (tt % 1000000);
51 os_time_t *t)
55 os_time_t tz_offset;
85 *t = (os_time_t) t_local - tz_offset;
90 int os_gmtime(os_time_t t, struct os_tm *tm)
os_none.c 18 void os_sleep(os_time_t sec, os_time_t usec)
30 os_time_t *t)
35 int os_gmtime(os_time_t t, struct os_tm *tm)
os_internal.c 24 void os_sleep(os_time_t sec, os_time_t usec)
45 os_time_t *t)
62 *t = (os_time_t) mktime(&tm);
67 int os_gmtime(os_time_t t, struct os_tm *tm)
os_unix.c 43 void os_sleep(os_time_t sec, os_time_t usec)
64 os_time_t *t)
68 os_time_t tz_offset;
98 *t = (os_time_t) t_local - tz_offset;
103 int os_gmtime(os_time_t t, struct os_tm *tm)
os.h 12 typedef long os_time_t; typedef
19 void os_sleep(os_time_t sec, os_time_t usec);
22 os_time_t sec;
23 os_time_t usec;
65 os_time_t *t);
76 int os_gmtime(os_time_t t, struct os_tm *tm);
eloop_none.c 116 os_time_t now_sec;
eloop_win.c 242 os_time_t now_sec;
eloop.c 482 os_time_t now_sec;
  /external/wpa_supplicant_8/src/tls/
x509v3.h 55 os_time_t not_before;
56 os_time_t not_after;
x509v3.c 541 os_time_t *val)
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 20 os_time_t expiration;
24 os_time_t reauth_time;
peerkey.h 27 os_time_t expiration;
  /external/wpa_supplicant_8/src/ap/
ap_list.h 29 os_time_t last_beacon;
pmksa_cache_auth.h 22 os_time_t expiration;
ieee802_11_auth.c 32 os_time_t timestamp;
46 os_time_t timestamp;
341 static void hostapd_acl_expire_cache(struct hostapd_data *hapd, os_time_t now)
370 os_time_t now)
hostapd.h 237 os_time_t last_sae_token_key_update;
wpa_auth_ft.c     [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_i.h 147 os_time_t last_event_sec;
  /external/wpa_supplicant_8/src/radius/
radius_client.c 105 os_time_t first_try;
110 os_time_t next_try;
323 os_time_t now)
378 os_time_t first;
486 os_time_t first;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 339 os_time_t last_michael_mic_error;
bss.c 231 os_time_t usec;
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 129 os_time_t lifetime = 0;
    [all...]

Completed in 257 milliseconds