Searched refs:sel_est (Results 1 – 1 of 1) sorted by relevance
1495 int cur_est, sel_est; in wpa_supplicant_need_to_roam() local1568 sel_est = selected->est_throughput; in wpa_supplicant_need_to_roam()1581 if (cur_est > sel_est * 1.5) in wpa_supplicant_need_to_roam()1583 else if (cur_est > sel_est * 1.2) in wpa_supplicant_need_to_roam()1585 else if (cur_est > sel_est * 1.1) in wpa_supplicant_need_to_roam()1587 else if (cur_est > sel_est) in wpa_supplicant_need_to_roam()1594 if (sel_est > cur_est * 1.5) in wpa_supplicant_need_to_roam()1596 else if (sel_est > cur_est * 1.2) in wpa_supplicant_need_to_roam()1598 else if (sel_est > cur_est * 1.1) in wpa_supplicant_need_to_roam()