Possible Duplicate:
Android: How to monitor WiFi signal strength
Is there a way to know t开发者_开发问答he signal strength of a wifi network using code?
Take a look at these:
getScanResults()
level
http://developer.android.com/reference/android/net/wifi/WifiManager.html
http://developer.android.com/reference/android/net/wifi/ScanResult.html
精彩评论