I am trying to increase the wifi scan rate but with the method wifi.startscan and getting the info of the list result returned, i dont see that the rssi change each 2 seconds. My question is if it is possible to get a low rate scan of the rssi and if it is possible how could i do it.
Asked
Active
Viewed 1,620 times
1 Answers
1
The scan rate is so low, because the scan takes that long. The only way you can reduce the time a scan takes, is to scan on a subset of available frequencies.
-
You could also reduce the scan dwell time per channel, but dropping this much below 150ms risks missing beacon frames. – alfwatt Feb 25 '16 at 21:37
-
@alfwatt Do you have a command how to do that? (Or is this hardware specific?) – gzm0 Feb 26 '16 at 06:35