python-iwlist
python-iwlist copied to clipboard
Parser return only one element
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
Sorry for the long delay in responding.
The pastebin is very helpful, I'll have a look and see how the parsing can be improved.
I added a test using the output provided and it seems to parse well (see the issue_5 tests directory).
Can you please retry and let me know if you're still seeing issues?