Lines Matching refs:sel_est
1784 unsigned int cur_est, sel_est; in wpa_supplicant_need_to_roam() local
1839 sel_est = selected->est_throughput; in wpa_supplicant_need_to_roam()
1871 if (sel_est > cur_est + 5000) { in wpa_supplicant_need_to_roam()
1880 sel_est < cur_est * 1.2) { in wpa_supplicant_need_to_roam()
1886 if (cur_est > sel_est + 5000) { in wpa_supplicant_need_to_roam()
1912 if (cur_est > sel_est * 1.5) in wpa_supplicant_need_to_roam()
1914 else if (cur_est > sel_est * 1.2) in wpa_supplicant_need_to_roam()
1916 else if (cur_est > sel_est * 1.1) in wpa_supplicant_need_to_roam()
1918 else if (cur_est > sel_est) in wpa_supplicant_need_to_roam()
1920 else if (sel_est > cur_est * 1.5) in wpa_supplicant_need_to_roam()
1922 else if (sel_est > cur_est * 1.2) in wpa_supplicant_need_to_roam()
1924 else if (sel_est > cur_est * 1.1) in wpa_supplicant_need_to_roam()
1926 else if (sel_est > cur_est) in wpa_supplicant_need_to_roam()