Searched defs:WPA_EAP (Results 1 - 1 of 1) sorted by path

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java87 public static final int WPA_EAP = 2; field in class:WifiConfiguration.KeyMgmt
118 public static final String[] strings = { "NONE", "WPA_PSK", "WPA_EAP", "IEEE8021X",
1018 * configKey is : "SSID"-WEP-WPA_PSK-WPA_EAP
1570 return (allowedKeyManagement.get(KeyMgmt.WPA_EAP)
1828 if (allowedKeyManagement.get(KeyMgmt.WPA_EAP)) {
1829 keyMgmt = KeyMgmt.strings[KeyMgmt.WPA_EAP];
1885 } else if (allowedKeyManagement.get(KeyMgmt.WPA_EAP)) {
1886 return KeyMgmt.WPA_EAP;
1908 key = FQDN + KeyMgmt.strings[KeyMgmt.WPA_EAP];
1915 } else if (allowedKeyManagement.get(KeyMgmt.WPA_EAP) ||
[all...]

Completed in 25 milliseconds