I need to get security type from WifiConfiguration
entry. Is it possible?
String getSecurityType(WifiConfiguration conf) {
}
returning values "NONE", "WEP", "WPA", "WPA2"
For those who think it's a duplicate question: I want to get information from WiFiConfiguration
object and not from ScanResult
object. It's not the same!
I can do it, simply:
so...