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

[bugfix] -threshold argument improvement #25

Closed rozxter1 closed 1 year ago

rozxter1 commented 1 year ago

-threshold range according to lswifi error is -1 to -100, however there is issue when using -1

lswifi: error: argument -threshold/-t: rssi sensitivity threshold must be between -1 and -100

-1 - gives error, while -100 will work

There could be -threshold 0 - zero as value to get all scanned results without doing any filtering on rssi