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.c1871 unsigned int cur_est, sel_est; in wpa_supplicant_need_to_roam_within_ess() local
1897 sel_est = selected->est_throughput; in wpa_supplicant_need_to_roam_within_ess()
1929 if (sel_est > cur_est + 5000) { in wpa_supplicant_need_to_roam_within_ess()
1938 sel_est < cur_est * 1.2) { in wpa_supplicant_need_to_roam_within_ess()
1944 if (cur_est > sel_est + 5000) { in wpa_supplicant_need_to_roam_within_ess()
1970 if (cur_est > sel_est * 1.5) in wpa_supplicant_need_to_roam_within_ess()
1972 else if (cur_est > sel_est * 1.2) in wpa_supplicant_need_to_roam_within_ess()
1974 else if (cur_est > sel_est * 1.1) in wpa_supplicant_need_to_roam_within_ess()
1976 else if (cur_est > sel_est) in wpa_supplicant_need_to_roam_within_ess()
1978 else if (sel_est > cur_est * 1.5) in wpa_supplicant_need_to_roam_within_ess()
[all …]