rockymeza / wifi

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

Sometimes there's no channel #33

Closed gavinwahl closed 10 years ago

gavinwahl commented 10 years ago

Sometimes the output of iwlist looks like this:

Cell 03 - Address: 10:0D:7F:7F:8B:EC 
  Channel:149 
  Frequency:5.745 GHz

This means frequency_re won't on this line in scan.py


                frequency, channel = frequency_re.search(value).groups()
rockymeza commented 10 years ago

Merging this issue into #39.

Please test out that branch and let me know if it works.