Top "Wifimanager" questions

WifiManager is the primary Android API for managing all aspects of Wi-Fi connectivity.

How to get signal strength of connected WiFi android?

I want to get signal strength of this wifi which is connected with my device. This is probably easy. But …

android wifi signals wireless wifimanager
What interval should I use between each WiFi scan on Android?

I need to perform Wifi scans at regular intervals. I am encountering a problem when the time interval is set …

android wifimanager
Get the current speed of internet (mobile & Wifi) using Android

I have an app that has to work in offline and online mode. Application has to make requests to the …

android android-wifi telephonymanager wifimanager
how to obtain the ip address of the connected wifi router in android programmatically?

I want to obtain the ip address of the the wifi router to which my android phone is connected? I …

android eclipse ip-address android-wifi wifimanager
Get Wi-Fi protocol (802.11a/b/g/n) programmatically

Through WifiManager, my Android app can get a lot of details about Wi-Fi. However I fail to get protocol type …

android network-protocols wifimanager
Issue with WifiManager.calculateSignalLevel(RSSI, 5)

I am trying to use the Wifimanager to calculate the Signal Level of the access points found during a scan. …

android rssi wifimanager
Android using wifimanager to connect to WPA-PSK secured network

so I have trawled true all threads in here and any where else where google would take me. But still …

android wifi wifimanager wpa
Android Wifi Scan - BroadcastReceiver for SCAN_RESULTS_AVAILABLE_ACTION not getting called

Here is my code: public class FloatWifiManager implements IWifiManager { private WifiManager wifiManager; private BroadcastReceiver wifiScanReceiver; public FloatWifiManager(Context context) { ... wifiManager = (…

android broadcastreceiver android-wifi android-broadcast wifimanager
Connect with particular wifi programmatically after fetching available wifi connections

I have got the list of available wifi network list now i want to connect with a particular network.So …

android android-wifi wifimanager
wifiManager.startScan not returning any results (need some guidance please)

At this moment in time I am trying to build an Android application that will be able to locate a …

android eclipse wifimanager