Searched defs:fetch_time (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c272 void calculate_update_time(const struct os_reltime *fetch_time, argument
278 update_time->sec = fetch_time->sec;
279 update_time->usec = fetch_time->usec;
291 struct os_reltime *fetch_time)
305 calculate_update_time(fetch_time, src->age, &dst->last_update);
427 struct os_reltime *fetch_time)
436 wpa_bss_copy_res(bss, res, fetch_time);
596 struct wpa_scan_res *res, struct os_reltime *fetch_time)
613 calculate_update_time(fetch_time, res->age, &update_time);
642 wpa_bss_copy_res(bss, res, fetch_time);
290 wpa_bss_copy_res(struct wpa_bss *dst, struct wpa_scan_res *src, struct os_reltime *fetch_time) argument
424 wpa_bss_add(struct wpa_supplicant *wpa_s, const u8 *ssid, size_t ssid_len, struct wpa_scan_res *res, struct os_reltime *fetch_time) argument
595 wpa_bss_update(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, struct wpa_scan_res *res, struct os_reltime *fetch_time) argument
729 wpa_bss_update_scan_res(struct wpa_supplicant *wpa_s, struct wpa_scan_res *res, struct os_reltime *fetch_time) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h311 * @fetch_time: Time when the results were fetched from the driver
316 struct os_reltime fetch_time; member in struct:wpa_scan_results
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h311 * @fetch_time: Time when the results were fetched from the driver
316 struct os_reltime fetch_time; member in struct:wpa_scan_results
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h311 * @fetch_time: Time when the results were fetched from the driver
316 struct os_reltime fetch_time; member in struct:wpa_scan_results

Completed in 175 milliseconds