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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java75 public static final int WPA_EAP = 2; field in class:WifiConfiguration.KeyMgmt
88 public static final String[] strings = { "NONE", "WPA_PSK", "WPA_EAP", "IEEE8021X",
885 * configKey is : "SSID"-WEP-WPA_PSK-WPA_EAP
963 return allowedKeyManagement.get(KeyMgmt.WPA_EAP) ||
1248 if (allowedKeyManagement.get(KeyMgmt.WPA_EAP)) {
1249 keyMgmt = KeyMgmt.strings[KeyMgmt.WPA_EAP];
1302 } else if (allowedKeyManagement.get(KeyMgmt.WPA_EAP)) {
1303 return KeyMgmt.WPA_EAP;
1325 key = FQDN + KeyMgmt.strings[KeyMgmt.WPA_EAP];
1329 } else if (allowedKeyManagement.get(KeyMgmt.WPA_EAP) ||
[all...]

Completed in 66 milliseconds