iwd/autotests/testBSSBlacklist
James Prestwood f902c7019d auto-t: fix blacklist test ranking
The scan ranking logic was previously changed to be based off a
theoretical calculated data rate rather than signal strength.
For HT/VHT networks there are many data points that can be used
for this calculation, but non HT/VHT networks are estimated based
on a simple table mapping signal strengths to data rates.

This table starts at a signal strength of -65 dBm and decreases from
there, meaning any signal strengths greater than -65 dBm will end up
getting the same ranking. This poses a problem for 3/4 blacklisting
tests as they set signal strengths ranging from -20 to -40 dBm.
IWD will then autoconnect to whatever network popped up first, which
may not be the expected network.

To fix this the signal strengths were changed to much lower values
which ensures IWD picks the expected network.
2021-07-28 09:32:42 -05:00
..
all_blacklisted_test.py auto-t: fix blacklist test timing issues 2021-02-11 20:32:26 -06:00
bad_pass_test.py auto-t: fix blacklist test ranking 2021-07-28 09:32:42 -05:00
connection_test.py auto-t: fix blacklist test ranking 2021-07-28 09:32:42 -05:00
hw.conf auto-t: remove stale hw.conf options 2021-01-27 13:42:58 -06:00
main.conf treewide: Switch to CamelCase for Blacklist settings 2019-10-24 13:38:11 -05:00
ssid1.conf auto-t: Add test for BSS blacklisting 2019-01-30 13:27:34 -06:00
ssid2.conf auto-t: Add test for BSS blacklisting 2019-01-30 13:27:34 -06:00
ssid3.conf auto-t: test for temporary blacklist 2019-03-01 13:13:19 -06:00
temp_blacklist_test.py auto-t: fix blacklist test ranking 2021-07-28 09:32:42 -05:00