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

  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 259 static void calculate_update_time(const struct os_reltime *fetch_time,
265 update_time->sec = fetch_time->sec;
266 update_time->usec = fetch_time->usec;
278 struct os_reltime *fetch_time)
292 calculate_update_time(fetch_time, src->age, &dst->last_update);
364 struct os_reltime *fetch_time)
373 wpa_bss_copy_res(bss, res, fetch_time);
532 struct wpa_scan_res *res, struct os_reltime *fetch_time)
539 wpa_bss_copy_res(bss, res, fetch_time);
620 * @fetch_time: Time when the result was fetched from the drive
    [all...]
bss.h 108 struct os_reltime *fetch_time);
scan.c     [all...]
p2p_supplicant.c 236 os_reltime_sub(&scan_res->fetch_time, &time_tmp_age, &entry_ts);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 259 * @fetch_time: Time when the results were fetched from the driver
264 struct os_reltime fetch_time; member in struct:wpa_scan_results
    [all...]

Completed in 111 milliseconds