joshschmelzle / lswifi

a CLI-centric Wi-Fi scanning tool for Windows
https://pypi.org/project/lswifi/
BSD 3-Clause "New" or "Revised" License
49 stars 7 forks source link

6E 40 and 80 MHz channel width detection is broke #8

Closed joshschmelzle closed 3 years ago

joshschmelzle commented 3 years ago

On my test 6E gear, 40 and 80 MHz channel widths on a 6 GHz ESSID as 20 MHz.

I suspect I broke this when fixing channel width in 5 GHz when HE IEs are present (0f4aa08d886b1a7aa5791cf210ee361e53d2cdce). That issue was 40 MHz channels were showing as 80 MHz.

When I fix this, or a wonderful contributor, we should add better tests to catch these issues.

joshschmelzle commented 3 years ago

This is fixed in latest releases. Given I don't break it in the future. 😅