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

  /external/wpa_supplicant_8/src/utils/
os_none.c 18 void os_sleep(os_time_t sec, os_time_t usec)
36 os_time_t *t)
41 int os_gmtime(os_time_t t, struct os_tm *tm)
os_win32.c 17 void os_sleep(os_time_t sec, os_time_t usec)
44 t->sec = (os_time_t) (tt / 1000000);
45 t->usec = (os_time_t) (tt % 1000000);
63 os_time_t *t)
67 os_time_t tz_offset;
97 *t = (os_time_t) t_local - tz_offset;
102 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;
27 os_time_t sec;
28 os_time_t usec;
101 os_time_t timeout_secs)
133 os_time_t *t);
144 int os_gmtime(os_time_t t, struct os_tm *tm)
    [all...]
os_internal.c 26 void os_sleep(os_time_t sec, os_time_t usec)
58 os_time_t *t)
75 *t = (os_time_t) mktime(&tm);
80 int os_gmtime(os_time_t t, struct os_tm *tm)
os_unix.c 52 void os_sleep(os_time_t sec, os_time_t usec)
131 os_time_t *t)
135 os_time_t tz_offset;
165 *t = (os_time_t) t_local - tz_offset;
170 int os_gmtime(os_time_t t, struct os_tm *tm)
eloop_win.c 242 os_time_t now_sec;
utils_module_tests.c 450 os_time_t t;
eloop.c 767 os_time_t now_sec;
    [all...]
  /external/wpa_supplicant_8/src/tls/
x509v3.h 60 os_time_t not_before;
61 os_time_t not_after;
132 int x509_parse_time(const u8 *buf, size_t len, u8 asn1_tag, os_time_t *val);
tlsv1_client_ocsp.c 126 os_time_t update;
368 os_time_t produced_at;
x509v3.c 539 int x509_parse_time(const u8 *buf, size_t len, u8 asn1_tag, os_time_t *val)
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 20 os_time_t expiration;
32 os_time_t reauth_time;
pmksa_cache.c 369 os_time_t old_expiration = old_entry->expiration;
  /external/wpa_supplicant_8/src/common/
dpp.h 131 os_time_t netaccesskey_expiry;
181 os_time_t net_access_key_expiry;
246 int dpp_key_expired(const char *timestamp, os_time_t *expiry);
257 os_time_t *expiry);
dpp.c     [all...]
  /external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.h 22 os_time_t expiration;
dpp_hostapd.c 898 os_time_t expire;
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_i.h 146 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;
362 os_time_t now)
482 os_time_t first;
619 os_time_t first;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 276 os_time_t usec;
    [all...]
wnm_sta.c 623 compare_scan_neighbor_results(struct wpa_supplicant *wpa_s, os_time_t age_secs,
    [all...]
dpp_supplicant.c 1250 os_time_t expiry;
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 129 os_time_t lifetime = 0;
    [all...]

Completed in 588 milliseconds