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

Parser return only one element

Open Arrowana opened this issue 8 years ago • 2 comments

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

Arrowana avatar May 18 '17 08:05 Arrowana

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.

iancoleman avatar Jun 16 '17 04:06 iancoleman

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?

iancoleman avatar Jun 16 '17 05:06 iancoleman