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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java97 public static final int WPA_EAP = 2; field in class:WifiConfiguration.KeyMgmt
128 public static final String[] strings = { "NONE", "WPA_PSK", "WPA_EAP",
1008 * configKey is : "SSID"-WEP-WPA_PSK-WPA_EAP
1561 return (allowedKeyManagement.get(KeyMgmt.WPA_EAP)
1794 if (allowedKeyManagement.get(KeyMgmt.WPA_EAP)) {
1795 keyMgmt = KeyMgmt.strings[KeyMgmt.WPA_EAP];
1851 } else if (allowedKeyManagement.get(KeyMgmt.WPA_EAP)) {
1852 return KeyMgmt.WPA_EAP;
1874 key = FQDN + KeyMgmt.strings[KeyMgmt.WPA_EAP];
1881 } else if (allowedKeyManagement.get(KeyMgmt.WPA_EAP) ||
[all...]

Completed in 55 milliseconds