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

1 2 3

  /external/wpa_supplicant_8/src/ap/
tkip_countermeasures.c 85 os_get_time(&now);
accounting.c 245 os_get_time(&t);
289 os_get_time(&now);
481 os_get_time(&now);
ieee802_11_auth.c 74 os_get_time(&now);
284 os_get_time(&t);
384 os_get_time(&now);
446 os_get_time(&t);
pmksa_cache_auth.c 95 os_get_time(&now);
116 os_get_time(&now);
247 os_get_time(&now);
ap_list.c 290 os_get_time(&now);
339 os_get_time(&now);
ieee802_11_shared.c 32 os_get_time(&now);
359 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0)
  /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 311 os_get_time(&data->last_bgscan);
428 os_get_time(&data->last_bgscan);
569 os_get_time(&now);
584 os_get_time(&now);
notify.c 375 os_get_time(&global->suspend_time);
391 os_get_time(&now);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_none.c 29 int os_get_time(struct os_time *t) function
eloop_none.c 130 os_get_time(&timeout->time);
322 os_get_time(&now);
341 os_get_time(&now);
eloop.c 245 if (os_get_time(&timeout->time) < 0) {
466 os_get_time(&now);
494 os_get_time(&now);
533 os_get_time(&now);
common.c 127 os_get_time(&now);
os_win32.c 30 int os_get_time(struct os_time *t) function
eloop_win.c 253 os_get_time(&timeout->time);
468 os_get_time(&now);
509 os_get_time(&now);
os.h 33 * os_get_time - Get current time (sec, usec)
37 int os_get_time(struct os_time *t);
os_internal.c 39 int os_get_time(struct os_time *t) function
os_unix.c 34 int os_get_time(struct os_time *t) function
  /external/wpa_supplicant_8/src/utils/
os_none.c 23 int os_get_time(struct os_time *t) function
eloop_none.c 121 os_get_time(&timeout->time);
313 os_get_time(&now);
332 os_get_time(&now);
os_win32.c 25 int os_get_time(struct os_time *t) function
eloop_win.c 245 os_get_time(&timeout->time);
469 os_get_time(&now);
510 os_get_time(&now);
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
pmksa_cache.c 98 os_get_time(&now);
129 os_get_time(&now);
180 os_get_time(&now);
457 os_get_time(&now);
  /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);
457 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...]

Completed in 236 milliseconds

1 2 3