Closed gavinwahl closed 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()
Merging this issue into #39.
Please test out that branch and let me know if it works.
Sometimes the output of iwlist looks like this:
This means frequency_re won't on this line in scan.py