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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java97 public static class KeyMgmt { class in class:WifiConfiguration
98 private KeyMgmt() { } method in class:WifiConfiguration.KeyMgmt
295 * See {@link KeyMgmt} for descriptions of the values.
399 sbuf.append(" KeyMgmt:");
403 if (k < KeyMgmt.strings.length) {
404 sbuf.append(KeyMgmt.strings[k]);
511 if (allowedKeyManagement.get(KeyMgmt.WPA_PSK)) {
512 return KeyMgmt.WPA_PSK;
513 } else if (allowedKeyManagement.get(KeyMgmt.WPA2_PSK)) {
514 return KeyMgmt
[all...]

Completed in 161 milliseconds