HomeSort by relevance Sort by last modified time
    Searched refs:os_get_time (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/wpa_supplicant_8/src/ap/
tkip_countermeasures.c 92 os_get_time(&now);
accounting.c 216 os_get_time(&t);
261 os_get_time(&now);
456 os_get_time(&now);
ap_list.c 213 os_get_time(&now);
264 os_get_time(&now);
pmksa_cache_auth.c 96 os_get_time(&now);
115 os_get_time(&now);
256 os_get_time(&now);
ieee802_11_auth.c 109 os_get_time(&now);
308 os_get_time(&t);
408 os_get_time(&now);
518 os_get_time(&t);
ieee802_11_shared.c 32 os_get_time(&now);
407 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0)
ctrl_iface_ap.c 33 os_get_time(&now);
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_simple.c 78 os_get_time(&data->last_bgscan);
162 os_get_time(&data->last_bgscan);
228 os_get_time(&now);
262 os_get_time(&now);
bgscan_learn.c 314 os_get_time(&data->last_bgscan);
431 os_get_time(&data->last_bgscan);
572 os_get_time(&now);
587 os_get_time(&now);
notify.c 384 os_get_time(&global->suspend_time);
400 os_get_time(&now);
  /external/wpa_supplicant_8/src/utils/
eloop_none.c 121 if (os_get_time(&timeout->time) < 0) {
196 os_get_time(&now);
329 os_get_time(&now);
348 os_get_time(&now);
os_none.c 23 int os_get_time(struct os_time *t) function
eloop_win.c 247 if (os_get_time(&timeout->time) < 0) {
322 os_get_time(&now);
483 os_get_time(&now);
524 os_get_time(&now);
os_win32.c 25 int os_get_time(struct os_time *t) function
eloop.c 487 if (os_get_time(&timeout->time) < 0) {
567 os_get_time(&now);
734 os_get_time(&now);
776 os_get_time(&now);
823 os_get_time(&now);
os.h 27 * os_get_time - Get current time (sec, usec)
31 int os_get_time(struct os_time *t);
common.c 175 os_get_time(&now);
os_internal.c 33 int os_get_time(struct os_time *t) function
os_unix.c 52 int os_get_time(struct os_time *t) function
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.c 58 os_get_time(&now);
89 os_get_time(&now);
140 os_get_time(&now);
458 os_get_time(&now);
  /external/wpa_supplicant_8/src/radius/
radius_client.c 354 os_get_time(&entry->last_attempt);
387 os_get_time(&now);
501 os_get_time(&now);
540 os_get_time(&entry->last_attempt);
778 os_get_time(&now);
    [all...]
radius_das.c 198 os_get_time(&now);
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 414 os_get_time(&started_at);
417 os_get_time(&n);
  /external/wpa_supplicant_8/src/crypto/
random.c 142 os_get_time(&t);
  /external/wpa_supplicant_8/src/p2p/
p2p.c 85 os_get_time(&now);
97 os_get_time(&dev->last_seen);
111 os_get_time(&dev->last_seen);
541 os_get_time(&dev->last_seen);
702 os_get_time(&time_now);
1077 os_get_time(&p2p->find_start);
    [all...]

Completed in 843 milliseconds

1 2 3