I am able to get RSSI for the current wifi network with the following command, but I need a command with faster response, this one is too slow:
dumpsys wifi | grep ", RSSI"
Is there a better way to get the signal strength from the android linux terminal?
I've also tried WifiInfo.getRssi() in java and it has about a 2 second delay between samples. I need about 200ms.