]> git.ipfire.org Git - thirdparty/hostap.git/commit
Use estimated throughputs irrespective of RSSI delta for 6 GHz APs
authorVamsi Krishna <vamsin@codeaurora.org>
Thu, 20 May 2021 18:47:28 +0000 (00:17 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 21 May 2021 15:41:59 +0000 (18:41 +0300)
commit6abfb1418c6913e6367666fd8ad9b72027c73498
tree048a4ff29633752c7fc8e9951c274c57b5b8c6c7
parent5e1e4cceb66bc5bdf8d5dff24c6d92afd1866c1b
Use estimated throughputs irrespective of RSSI delta for 6 GHz APs

APs in 6 GHz operating with LPI/VLP rules will have significantly lower
SNR values compared to 2.4/5 GHz band APs. Earlier, the estimated
throughputs were used for comparison only when the delta of SNRs between
both the APs was not greater than 7 and as a result for comparing 6 GHz
APs with 2.4/5 GHz APs, estimated throughputs were not getting used.

The estimated throughput calculations takes SNR value also into
consideration, hence remove RSSI delta check if any of the APs are from
the 6 GHz band. This change is limited to the 6 GHz band only in order
to avoid possible regressions with 2.4/5 GHz APs.

Signed-off-by: Vamsi Krishna <vamsin@codeaurora.org>
wpa_supplicant/scan.c