Home
last modified time | relevance | path

Searched refs:cur_est (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Devents.c2108 unsigned int cur_est, sel_est; in wpa_supplicant_need_to_roam_within_ess() local
2142 cur_est = current_bss->est_throughput; in wpa_supplicant_need_to_roam_within_ess()
2167 cur_est = wpas_get_est_throughput_from_bss_snr(wpa_s, in wpa_supplicant_need_to_roam_within_ess()
2172 cur_level, cur_snr, cur_est); in wpa_supplicant_need_to_roam_within_ess()
2175 if (sel_est > cur_est + 5000) { in wpa_supplicant_need_to_roam_within_ess()
2184 sel_est < cur_est * 1.2) { in wpa_supplicant_need_to_roam_within_ess()
2190 if (cur_est > sel_est + 5000) { in wpa_supplicant_need_to_roam_within_ess()
2216 if (cur_est > sel_est * 1.5) in wpa_supplicant_need_to_roam_within_ess()
2218 else if (cur_est > sel_est * 1.2) in wpa_supplicant_need_to_roam_within_ess()
2220 else if (cur_est > sel_es in wpa_supplicant_need_to_roam_within_ess()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Devents.c1663 int cur_est, sel_est; in wpa_supplicant_need_to_roam() local
1735 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()

Completed in 9 milliseconds