Searched refs:cur_est (Results 1 – 1 of 1) sorted by relevance
1663 int cur_est, sel_est; in wpa_supplicant_need_to_roam() local1735 cur_est = current_bss->est_throughput; in wpa_supplicant_need_to_roam()1749 if (cur_est > sel_est * 1.5) in wpa_supplicant_need_to_roam()1751 else if (cur_est > sel_est * 1.2) in wpa_supplicant_need_to_roam()1753 else if (cur_est > sel_est * 1.1) in wpa_supplicant_need_to_roam()1755 else if (cur_est > sel_est) in wpa_supplicant_need_to_roam()1762 if (sel_est > cur_est * 1.5) in wpa_supplicant_need_to_roam()1764 else if (sel_est > cur_est * 1.2) in wpa_supplicant_need_to_roam()1766 else if (sel_est > cur_est * 1.1) in wpa_supplicant_need_to_roam()