- Sun Aug 07, 2016 6:38 am
#52394
Hi,
I'd like a similar thing, fast(er) scanning.
Although one limitation of wifi scanning, is the dwell time per channel needed.
If you're relying on picking up a beacon, then the device really needs to wait for at least 100mSeconds
per channel, as that's the default beacon interval for most WAPs.
If you don't wait that long, then you may miss the advertisement.
So allowing for 100mS dwell time, 13(?) channels, and perhaps a little bit of time to settle between
frequency changes, and the time starts to add up...
If you want FAST display of a specific SSID, then if you can attach to it, then that seems to work fine by
(i think) simply reading WiFi.RSSI(), and displaying it as fast as you can read it.
But using wifiscan is going to be slow (due to the limitations of relying on beacons), unless the channels to be scanned can be limited...