I am only aware of getting the signal level after a successful scan
with class ScanResult. You could convert the signal level back to a
RSSI value.

Based on the documentation the class WifiInfo can be used for
connections which are already setup or in the progress of being setup.
You might be able to initiate a connection  and try to get the RSSI
with getRSSI also if you are not able to get connected. I did not try
this yet and for sure it would not be the fastest way.

--
Roman Baumgaertner
Sr. SW Engineer-OSDC
·T· · ·Mobile· stick together
The views, opinions and statements in this email are those of the
author solely in their individual capacity, and do not necessarily
represent those of T-Mobile USA, Inc.

On Sep 2, 3:03 am, eska <stan.kacpr...@gmail.com> wrote:
> Hi,
>
> It is posible to get rssi of all avilable network connections?
>
> The only think I managed to do is to read the rssi value of network
> I'm conected to:
>
> wifiService=(WifiManager) getSystemService(Context.WIFI_SERVICE);
> wifiService.getConnectionInfo().getRssi();
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to