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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java73 public static final int WPA_EAP = 2; field in class:WifiConfiguration.KeyMgmt
86 public static final String[] strings = { "NONE", "WPA_PSK", "WPA_EAP", "IEEE8021X",
840 * configKey is : "SSID"-WEP-WPA_PSK-WPA_EAP
901 if (allowedKeyManagement.get(KeyMgmt.WPA_EAP) == false) {
1310 if (allowedKeyManagement.get(KeyMgmt.WPA_EAP)) {
1311 keyMgmt = KeyMgmt.strings[KeyMgmt.WPA_EAP];
1364 } else if (allowedKeyManagement.get(KeyMgmt.WPA_EAP)) {
1365 return KeyMgmt.WPA_EAP;
1389 } else if (allowedKeyManagement.get(KeyMgmt.WPA_EAP) ||
1391 key = SSID + KeyMgmt.strings[KeyMgmt.WPA_EAP];
[all...]

Completed in 9 milliseconds