开发者

Find which WiFi hotspots are public or secured using programmatically

开发者 https://www.devze.com 2023-01-10 01:02 出处:网络
I 开发者_JAVA百科want to know how I can filter hotspots that are secured or public using Android WiFi API or Android SDK?Everything you need is in the android.net.wifi package. In particular, the Scan

I 开发者_JAVA百科want to know how I can filter hotspots that are secured or public using Android WiFi API or Android SDK?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消