python-iwlist icon indicating copy to clipboard operation
python-iwlist copied to clipboard

Scanner and parser for wireless networks

Results 7 python-iwlist issues
Sort by recently updated
recently updated
newest added

Fixed parsing of frequency and channel in some occurrences of 5GHz networks. Not all 5GHz networks list a channel after the frequency. Now getting channel number from 'Channel' line.

Added parse for enterprise networks. If 802.11x exists in scan results, is an enterprise network and -enterprise is appended in encryption variable.

# Steps to reproduce: - Clone this repo - cd python-iwlist - `$ sudo python3 -m unittest discover -v test_cells_dont_have_extra_keys (test.TestParse) ... ok test_cells_have_all_expected_keys (test.TestParse) ... ok test_cells_have_expected_values (test.TestParse) ......

Hi, I am trying to use this library to process scan results and I get a decoding problem: >>> import iwlist >>> c = iwlist.scan() >>> print (c) Traceback (most...

I actually have this code working. How can I contribute it back to this useful project? I am only an intermediate programmer so I'd welcome improvements. Also my code is...

The string given by iwlist.scan() contains many cells however the function parse returns only one https://pastebin.com/MXPHx4NV the output of the command