Home
last modified time | relevance | path

Searched refs:cur_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
1896 cur_est = current_bss->est_throughput; in wpa_supplicant_need_to_roam_within_ess()
1921 cur_est = wpas_get_est_throughput_from_bss_snr(wpa_s, in wpa_supplicant_need_to_roam_within_ess()
1926 cur_level, cur_snr, cur_est); 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()
[all …]