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

1 2

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiSecurity.java 48 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)) {
WifiConfigHelper.java 87 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK);
  /packages/services/NetworkRecommendation/src/com/android/networkrecommendation/util/
WifiConfigurationUtil.java 42 return config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK);
  /packages/services/NetworkRecommendation/src/com/android/networkrecommendation/scoring/util/
NetworkUtil.java 20 import static android.net.wifi.WifiConfiguration.KeyMgmt.WPA_PSK;
108 if (config.allowedKeyManagement.get(WPA_PSK) // covers WPA_PSK and WPA2_PSK
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiApStress.java 80 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
ScanResultUtil.java 138 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigurationUtil.java 88 return config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK);
288 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)) {
WifiScoreReport.java 312 if (!currentConfiguration.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)) {
WifiBackupRestore.java 639 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
657 WifiConfiguration.KeyMgmt.WPA_PSK);
    [all...]
SoftApManager.java 199 case KeyMgmt.WPA_PSK:
SupplicantStaNetworkHal.java 590 case WifiConfiguration.KeyMgmt.WPA_PSK:
591 mask |= ISupplicantStaNetwork.KeyMgmtMask.WPA_PSK;
    [all...]
WifiConfigManager.java     [all...]
WifiNetworkHistory.java 571 && (!config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK))) {
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
ScanResultUtilTest.java 104 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
135 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK));
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/
WifiConfigurationProvider.java 74 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/
WifiConfigurationProviderTest.java 88 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK));
  /packages/apps/Nfc/src/com/android/nfc/
NfcWifiProtectedSetup.java 167 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
WifiConfigCreator.java 211 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
  /packages/apps/Car/Settings/src/com/android/car/settings/wifi/
AddWifiActivity.java 114 wifiConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 85 public static final int WPA_PSK = 1;
118 public static final String[] strings = { "NONE", "WPA_PSK", "WPA_EAP", "IEEE8021X",
960 * configKey is : "SSID"-WEP-WPA_PSK-WPA_EAP
    [all...]
  /hardware/interfaces/wifi/supplicant/1.0/
ISupplicantStaNetwork.hal 52 WPA_PSK = 1 << 1,
264 * Set passphrase for WPA_PSK network.
280 * Set raw psk for WPA_PSK network.
680 * Get passphrase for WPA_PSK network.
693 * Get raw psk for WPA_PSK network.
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
WifiConfigurationHelper.java 101 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java 283 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK);
304 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
322 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiBackupRestoreTest.java 662 + "%22%3A%22%5C%22BLAH%5C%22WPA_PSK%22%7D\"\n"
672 expectedConfiguration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
hidl_manager.h 304 static_cast<uint32_t>(ISupplicantStaNetwork::KeyMgmtMask::WPA_PSK) ==

Completed in 1343 milliseconds

1 2