HomeSort by relevance Sort by last modified time
    Searched refs:KeyMgmt (Results 1 - 25 of 66) sorted by null

1 2 3

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
ScanResultUtil.java 107 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
109 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP);
110 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.IEEE8021X);
112 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
116 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiSecurity.java 48 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)) {
51 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP)
52 || config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.IEEE8021X)) {
WifiConfigHelper.java 22 import android.net.wifi.WifiConfiguration.KeyMgmt;
79 config.allowedKeyManagement.set(KeyMgmt.NONE);
82 config.allowedKeyManagement.set(KeyMgmt.NONE);
87 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK);
90 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP);
91 config.allowedKeyManagement.set(KeyMgmt.IEEE8021X);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiSoftAPTest.java 22 import android.net.wifi.WifiConfiguration.KeyMgmt;
65 config.allowedKeyManagement.set(KeyMgmt.NONE);
WifiClientTest.java 26 import android.net.wifi.WifiConfiguration.KeyMgmt;
118 config.allowedKeyManagement.set(KeyMgmt.NONE);
155 config.allowedKeyManagement.set(KeyMgmt.NONE);
205 config.allowedKeyManagement.set(KeyMgmt.NONE);
  /frameworks/base/wifi/tests/src/android/net/wifi/
WifiConfigurationTest.java 151 for (int keyMgmt = 0; keyMgmt < WifiConfiguration.KeyMgmt.strings.length; keyMgmt++) {
152 if (keyMgmt == WifiConfiguration.KeyMgmt.NONE) continue;
155 config.allowedKeyManagement.set(keyMgmt);
159 + WifiConfiguration.KeyMgmt.strings[keyMgmt], config.isOpenNetwork());
166 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE)
    [all...]
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/
WifiConfigurationProviderTest.java 88 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK));
99 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE));
109 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE));
119 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE));
129 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE));
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiApConfigStoreTest.java 27 import android.net.wifi.WifiConfiguration.KeyMgmt;
126 assertTrue(config.allowedKeyManagement.get(KeyMgmt.WPA2_PSK));
149 KeyMgmt.WPA_EAP, /* key management */
169 KeyMgmt.WPA_EAP, /* key management */
196 KeyMgmt.WPA_EAP, /* key management */
289 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
311 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK);
354 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK);
355 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
367 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiApConfigStore.java 22 import android.net.wifi.WifiConfiguration.KeyMgmt;
163 if (authType != KeyMgmt.NONE) {
194 if (authType != KeyMgmt.NONE) {
212 config.allowedKeyManagement.set(KeyMgmt.WPA2_PSK);
233 config.allowedKeyManagement.set(KeyMgmt.WPA2_PSK);
321 if (authType == KeyMgmt.NONE) {
327 } else if (authType == KeyMgmt.WPA2_PSK) {
WifiConfigurationUtil.java 109 return config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK);
116 return (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP)
117 || config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.IEEE8021X));
124 return (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE)
366 if (!keyMgmnt.get(WifiConfiguration.KeyMgmt.WPA_EAP)) {
370 if (!keyMgmnt.get(WifiConfiguration.KeyMgmt.IEEE8021X)
371 && !keyMgmnt.get(WifiConfiguration.KeyMgmt.WPA_PSK)) {
427 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)
489 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)) {
491 } else if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP
    [all...]
SoftApManager.java 26 import android.net.wifi.WifiConfiguration.KeyMgmt;
200 case KeyMgmt.NONE:
203 case KeyMgmt.WPA_PSK:
206 case KeyMgmt.WPA2_PSK:
WifiBackupRestore.java 478 public static final String SUPPLICANT_KEY_KEY_MGMT = WifiConfiguration.KeyMgmt.varName;
639 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
640 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP);
654 WifiConfiguration.KeyMgmt.NONE);
657 WifiConfiguration.KeyMgmt.WPA_PSK);
660 WifiConfiguration.KeyMgmt.WPA_EAP);
663 WifiConfiguration.KeyMgmt.IEEE8021X);
    [all...]
SupplicantStaNetworkHal.java 601 private static int wifiConfigurationToSupplicantKeyMgmtMask(BitSet keyMgmt) {
603 for (int bit = keyMgmt.nextSetBit(0); bit != -1; bit = keyMgmt.nextSetBit(bit + 1)) {
605 case WifiConfiguration.KeyMgmt.NONE:
608 case WifiConfiguration.KeyMgmt.WPA_PSK:
611 case WifiConfiguration.KeyMgmt.WPA_EAP:
614 case WifiConfiguration.KeyMgmt.IEEE8021X:
617 case WifiConfiguration.KeyMgmt.OSEN:
620 case WifiConfiguration.KeyMgmt.FT_PSK:
623 case WifiConfiguration.KeyMgmt.FT_EAP
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 79 public static class KeyMgmt {
80 private KeyMgmt() { }
339 * See {@link KeyMgmt} for descriptions of the values.
798 || (cardinality == 1 && allowedKeyManagement.get(KeyMgmt.NONE));
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
ScanResultUtilTest.java 97 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE));
102 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE));
109 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK));
114 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP));
115 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.IEEE8021X));
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/
WifiConfigurationProvider.java 59 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
74 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
88 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
  /packages/apps/Nfc/src/com/android/nfc/
NfcWifiProtectedSetup.java 167 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
169 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP);
171 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
WifiConfigurationHelper.java 25 import android.net.wifi.WifiConfiguration.KeyMgmt;
60 config.allowedKeyManagement.set(KeyMgmt.NONE);
80 config.allowedKeyManagement.set(KeyMgmt.NONE);
101 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK);
124 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP);
125 config.allowedKeyManagement.set(KeyMgmt.IEEE8021X);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiApStress.java 22 import android.net.wifi.WifiConfiguration.KeyMgmt;
80 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApDialog.java 24 import android.net.wifi.WifiConfiguration.KeyMgmt;
82 if (wifiConfig.allowedKeyManagement.get(KeyMgmt.WPA2_PSK)) {
104 config.allowedKeyManagement.set(KeyMgmt.NONE);
108 config.allowedKeyManagement.set(KeyMgmt.WPA2_PSK);
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
WifiConfigCreator.java 198 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
211 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
218 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java 36 import android.net.wifi.WifiConfiguration.KeyMgmt;
279 config.allowedKeyManagement.set(KeyMgmt.NONE);
283 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK);
286 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP);
287 config.allowedKeyManagement.set(KeyMgmt.IEEE8021X);
289 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
304 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
307 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
322 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
327 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE)
    [all...]
  /packages/apps/Car/Settings/src/com/android/car/settings/wifi/
AddWifiFragment.java 178 wifiConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
184 wifiConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
194 wifiConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
  /frameworks/base/packages/Osu2/src/com/android/osu/
NetworkConnection.java 131 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
  /frameworks/base/packages/Osu/src/com/android/configparse/
ConfigBuilder.java 211 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP);
212 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.IEEE8021X);

Completed in 443 milliseconds

1 2 3