scanning_thread (
confFile,
apQueue,
commandQueue,
logger,
exit_event,
)
Scan for a limited time and return AP names and bssid found.
Access points we find will be put on the outgoing Queue, apQueue.
Parameters:
-
confFile
- ConfigFile - Config file object
-
apQueue
- Queue - Queue on which to put AP profiles
-
commandQueue
- Queue - Queue from which to read commands
-
logger
- Logger - Python's logging facility
Returns:
nothing
|