Searched refs:sel_est (Results 1 – 1 of 1) sorted by relevance
1784 unsigned int cur_est, sel_est; in wpa_supplicant_need_to_roam() local1839 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()[all …]