Hi,
I want to know how can i filter the hotspot is secured or public using Android WIFI API or android sdk?
Regards, Rajendar
Hi,
I want to know how can i filter the hotspot is secured or public using Android WIFI API or android sdk?
Regards, Rajendar
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.