rockymeza / wifi

[unmaintained] WiFi tools for linux
http://pypi.python.org/pypi/wifi
BSD 2-Clause "Simplified" License
305 stars 151 forks source link

signal strength #34

Closed gioditalia closed 10 years ago

gioditalia commented 10 years ago

Would be useful to introduce the signal power in the attributes of Cell.all ('wlanX')

Omg...sorry for issues i follow reference in this page:http://wifi.readthedocs.org/en/latest/scanning.html

I did not realize that this is the attribute Cell.all("wlanX")[0].quality and Cell.all("wlanX")[0].signal maybe it should be included in the page

rockymeza commented 10 years ago

I'll add that to the docs. Thanks!

rockymeza commented 10 years ago

I added it in 6b762b26b4cb08b0ee64279ae3c349063b46d331, it should be up in a couple of minutes.

Thanks again