auto-t: Drop RSSI even lower

The VHT AP reports NSS:8, so it is still highly preferred even in very
low signal situations.
This commit is contained in:
Denis Kenzior 2021-06-04 15:33:55 -05:00
parent 6f99368935
commit de83176b04
1 changed files with 2 additions and 2 deletions

View File

@ -83,12 +83,12 @@ class Test(unittest.TestCase):
self.do_connect(wd, device, vht_hostapd)
# lower VHT BSS signal, HT should now be preferred
rule0.signal = -7900
rule0.signal = -8200
self.do_connect(wd, device, ht_hostapd)
# lower HT BSS signal, basic rate BSS should now be preferred
rule1.signal = -7400
rule1.signal = -7600
self.do_connect(wd, device, non_ht_hostapd)