Home
last modified time | relevance | path

Searched refs:sel_est (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Devents.c1495 int cur_est, sel_est; in wpa_supplicant_need_to_roam() local
1568 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()