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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java134 public static class KeyMgmt { class in class:WifiConfiguration
135 private KeyMgmt() { } method in class:WifiConfiguration.KeyMgmt
332 * See {@link KeyMgmt} for descriptions of the values.
436 sbuf.append(" KeyMgmt:");
440 if (k < KeyMgmt.strings.length) {
441 sbuf.append(KeyMgmt.strings[k]);
569 if (allowedKeyManagement.get(KeyMgmt.WPA_PSK)) {
570 return KeyMgmt.WPA_PSK;
571 } else if (allowedKeyManagement.get(KeyMgmt.WPA2_PSK)) {
572 return KeyMgmt
[all...]

Completed in 342 milliseconds