HomeSort by relevance Sort by last modified time
    Searched refs:WPA2_PSK (Results 1 - 12 of 12) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
WifiTetherSecurityPreferenceControllerTest.java 29 private static final String WPA2_PSK = String.valueOf(WifiConfiguration.KeyMgmt.WPA2_PSK);
50 mConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK);
67 mController.onPreferenceChange(mPreference, WPA2_PSK);
68 assertThat(mController.getSecurityType()).isEqualTo(WifiConfiguration.KeyMgmt.WPA2_PSK);
81 assertThat(mController.getSecurityType()).isEqualTo(WifiConfiguration.KeyMgmt.WPA2_PSK);
94 mConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK);
96 assertThat(mController.getSecurityType()).isEqualTo(WifiConfiguration.KeyMgmt.WPA2_PSK);
WifiTetherPasswordPreferenceControllerTest.java 93 assertThat(mController.getPasswordValidated(WifiConfiguration.KeyMgmt.WPA2_PSK))
97 assertThat(mController.getPasswordValidated(WifiConfiguration.KeyMgmt.WPA2_PSK))
108 assertThat(mController.getPasswordValidated(WifiConfiguration.KeyMgmt.WPA2_PSK))
118 assertThat(mController.getPasswordValidated(WifiConfiguration.KeyMgmt.WPA2_PSK))
128 assertThat(mController.getPasswordValidated(WifiConfiguration.KeyMgmt.WPA2_PSK))
  /packages/apps/Settings/src/com/android/settings/wifi/tether/
WifiTetherSecurityPreferenceController.java 36 mSecurityValue = WifiConfiguration.KeyMgmt.WPA2_PSK;
WifiTetherPasswordPreferenceController.java 51 if (config == null || (config.getAuthType() == WifiConfiguration.KeyMgmt.WPA2_PSK
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
HostapdHalTest.java 163 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK);
230 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK);
268 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK);
306 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK);
343 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK);
381 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK);
WifiApConfigStoreTest.java 131 assertTrue(config.allowedKeyManagement.get(KeyMgmt.WPA2_PSK));
141 assertTrue(config.allowedKeyManagement.get(KeyMgmt.WPA2_PSK));
531 * Verify the WPA2_PSK network checks in validateApWifiConfiguration.
541 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK);
584 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK);
WifiServiceImplTest.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiApConfigStore.java 253 config.allowedKeyManagement.set(KeyMgmt.WPA2_PSK);
276 config.allowedKeyManagement.set(KeyMgmt.WPA2_PSK);
312 * Verify provided preSharedKey in ap config for WPA2_PSK network meets requirements.
370 } else if (authType == KeyMgmt.WPA2_PSK) {
HostapdHal.java 399 case WifiConfiguration.KeyMgmt.WPA2_PSK:
SupplicantStaNetworkHal.java 627 case WifiConfiguration.KeyMgmt.WPA2_PSK: // This should never happen
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 107 public static final int WPA2_PSK = 4;
129 "IEEE8021X", "WPA2_PSK", "OSEN", "FT_PSK", "FT_EAP" };
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java     [all...]

Completed in 349 milliseconds