Lines Matching defs:update
514 * Do not update the IEs in this BSS entry to avoid such loss of
518 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Do not update scan IEs for "
563 * wpa_bss_update_start - Start a BSS table update from scan results
566 * This function is called at the start of each BSS table update round for new
568 * wpa_bss_update_scan_res() and the update round is finished with a call to
574 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Start scan result update %u",
581 * wpa_bss_update_scan_res - Update a BSS table entry based on a scan result
598 struct os_reltime update;
599 calculate_update_time(fetch_time, res->age, &update);
600 if (os_reltime_before(&update
602 os_reltime_sub(&wpa_s->scan_trigger_time, &update,
630 * If it's a P2P specific interface, then don't update
634 " update for P2P interface", MAC2STR(res->bssid));
724 * wpa_bss_update_end - End a BSS table update from scan results
727 * @new_scan: Whether this update round was based on a new scan
729 * This function is called at the end of each BSS table update round for new
730 * scan results. The start of the update was indicated with a call to
877 * find the entry that has the most recent update. This can help in finding the