Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

quicker WiFi scan rate to obtain rssi changes android

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.

like image 401
user1826177 Avatar asked Feb 05 '13 20:02

user1826177


1 Answers

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.

like image 128
gzm0 Avatar answered Oct 24 '22 02:10

gzm0