Hi,
For getting best signal strength for acesspoints.
WifiManager.compareSignalLevel(bestSignal.level, result.level) < 0)
method is there.But i need to check the configured networks for better signal strength.To use same above method to calculate, we need RSSI.But in Configuration class i haven't observered any field for RSSI.Is there any method to know the best one among configured networks?
Regards, Rajendar