Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Devents.c2179 unsigned int cur_est, sel_est; in wpa_supplicant_need_to_roam_within_ess() local
2261 sel_est = selected->est_throughput; in wpa_supplicant_need_to_roam_within_ess()
2266 if (sel_est > cur_est + 5000) { in wpa_supplicant_need_to_roam_within_ess()
2278 sel_est < cur_est * 1.2) { in wpa_supplicant_need_to_roam_within_ess()
2284 if (cur_est > sel_est + 5000) { in wpa_supplicant_need_to_roam_within_ess()
2310 if (cur_est > sel_est * 1.5) in wpa_supplicant_need_to_roam_within_ess()
2312 else if (cur_est > sel_est * 1.2) in wpa_supplicant_need_to_roam_within_ess()
2314 else if (cur_est > sel_est * 1.1) in wpa_supplicant_need_to_roam_within_ess()
2316 else if (cur_est > sel_est) in wpa_supplicant_need_to_roam_within_ess()
2318 else if (sel_est > cur_est * 1.5) in wpa_supplicant_need_to_roam_within_ess()
[all …]