I want to know how I can filter hotspots that are secured or public using Android WiFi API or Android SDK?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Everything you need is in the android.net.wifi package. In particular, the ScanResult.capabilities string will contain either 'WPA2', 'WPA' or 'WEP' if the hotspot is secured.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.