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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java94 public static class KeyMgmt { class in class:WifiConfiguration
95 private KeyMgmt() { } method in class:WifiConfiguration.KeyMgmt
268 * See {@link KeyMgmt} for descriptions of the values.
327 sbuf.append(" KeyMgmt:");
331 if (k < KeyMgmt.strings.length) {
332 sbuf.append(KeyMgmt.strings[k]);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestActivity.java37 import android.net.wifi.WifiConfiguration.KeyMgmt;
305 config.allowedKeyManagement.set(KeyMgmt.NONE);
/frameworks/base/services/java/com/android/server/
H A DWifiService.java49 import android.net.wifi.WifiConfiguration.KeyMgmt;
657 isWpa = wifiConfig.allowedKeyManagement.get(KeyMgmt.WPA_PSK);
660 isWpa ? KeyMgmt.WPA_PSK : KeyMgmt.NONE);
718 wifiConfig.allowedKeyManagement.set(KeyMgmt.NONE);
952 WifiConfiguration.KeyMgmt.varName);
957 lookupString(val, WifiConfiguration.KeyMgmt.strings);
1084 makeString(config.allowedKeyManagement, WifiConfiguration.KeyMgmt.strings);
1088 WifiConfiguration.KeyMgmt.varName,
1503 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt
[all...]
H A DNetworkManagementService.java30 import android.net.wifi.WifiConfiguration.KeyMgmt;
604 wifiConfig.allowedKeyManagement.get(KeyMgmt.WPA_PSK) ?
648 wifiConfig.allowedKeyManagement.get(KeyMgmt.WPA_PSK) ? "wpa2-psk" : "open",

Completed in 1621 milliseconds