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

/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c269 static void calculate_update_time(const struct os_reltime *fetch_time, argument
275 update_time->sec = fetch_time->sec;
276 update_time->usec = fetch_time->usec;
288 struct os_reltime *fetch_time)
302 calculate_update_time(fetch_time, src->age, &dst->last_update);
382 struct os_reltime *fetch_time)
391 wpa_bss_copy_res(bss, res, fetch_time);
551 struct wpa_scan_res *res, struct os_reltime *fetch_time)
561 wpa_bss_copy_res(bss, res, fetch_time);
642 * @fetch_time
287 wpa_bss_copy_res(struct wpa_bss *dst, struct wpa_scan_res *src, struct os_reltime *fetch_time) argument
379 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
550 wpa_bss_update(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, struct wpa_scan_res *res, struct os_reltime *fetch_time) argument
648 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.h268 * @fetch_time: Time when the results were fetched from the driver
273 struct os_reltime fetch_time; member in struct:wpa_scan_results
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h268 * @fetch_time: Time when the results were fetched from the driver
273 struct os_reltime fetch_time; member in struct:wpa_scan_results
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h268 * @fetch_time: Time when the results were fetched from the driver
273 struct os_reltime fetch_time; member in struct:wpa_scan_results

Completed in 145 milliseconds