python-iwlib
python-iwlib copied to clipboard
iwlib library for Python, for interacting with wireless devices.
Inspired by [this fork](https://github.com/jantman/python-wifi-survey-heatmap/commit/57e78e4cf6c028e175dde0160c47867129c3b67c), include the frequency in the scanning results.
Add a regression test for the fix in 72e4882ed1a.
Hi. iwlib show essential information... but lost the most important: **the channel of AP**. It is possibie **implement** it? Thanks
I am not sure if I am doing the right thing but I am submitting this PR so that I can discuss the issue I am facing right now. I...
If we don't decrement the reference count of the object we insert into the dictionary then we will leak the object later. http://nedbatchelder.com/blog/200911/memory_leak_mystery.html
Without this, I always get the message `cffi library 'iwlib._iwlib' has no function, constant or global variable named 'iw_print_key'`.