Lines Matching full:snr
1764 " freq=%d level=%d snr=%d est_throughput=%u", in wpa_supplicant_select_bss()
1766 bss->snr, bss->est_throughput); in wpa_supplicant_select_bss()
2149 const struct wpa_bss *bss, int snr) in wpas_get_est_throughput_from_bss_snr() argument
2156 return wpas_get_est_tpt(wpa_s, ies, ie_len, rate, snr, bss->freq, in wpas_get_est_throughput_from_bss_snr()
2192 " freq=%d level=%d snr=%d est_throughput=%u", in wpa_supplicant_need_to_roam_within_ess()
2195 current_bss->snr, current_bss->est_throughput); in wpa_supplicant_need_to_roam_within_ess()
2197 " freq=%d level=%d snr=%d est_throughput=%u", in wpa_supplicant_need_to_roam_within_ess()
2199 selected->snr, selected->est_throughput); in wpa_supplicant_need_to_roam_within_ess()
2246 "Using signal poll values for the current BSS: level=%d snr=%d est_throughput=%u", in wpa_supplicant_need_to_roam_within_ess()
2249 /* Level and SNR are measured over 20 MHz channel */ in wpa_supplicant_need_to_roam_within_ess()
2251 cur_snr = current_bss->snr; in wpa_supplicant_need_to_roam_within_ess()
2255 /* Adjust the SNR of BSSes based on the channel width. */ in wpa_supplicant_need_to_roam_within_ess()
2292 "Skip roam - Current BSS has good SNR (%u > %u)", in wpa_supplicant_need_to_roam_within_ess()