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

1 2 3

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
WifiSecurityUtil.java 54 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigurationUtil.java 110 return config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK);
422 && !keyMgmnt.get(WifiConfiguration.KeyMgmt.WPA_PSK)) {
485 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)
540 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)) {
WifiBackupRestore.java 597 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
615 WifiConfiguration.KeyMgmt.WPA_PSK);
    [all...]
HostapdHal.java 396 case WifiConfiguration.KeyMgmt.WPA_PSK:
SupplicantStaNetworkHal.java 609 case WifiConfiguration.KeyMgmt.WPA_PSK:
610 mask |= ISupplicantStaNetwork.KeyMgmtMask.WPA_PSK;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
ScanResultUtil.java 110 config.allowedKeyManagement.set(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 177 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);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
ScanResultUtilTest.java 109 assertTrue(config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK));
  /packages/apps/Car/Settings/src/com/android/car/settings/wifi/
AddWifiFragment.java 196 wifiConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiConfigHelper.java 91 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK);
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 95 public static final int WPA_PSK = 1;
128 public static final String[] strings = { "NONE", "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);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ConfigurationMapTest.java 290 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
SoftApManagerTest.java 19 import static android.net.wifi.WifiConfiguration.KeyMgmt.WPA_PSK;
185 config.allowedKeyManagement.set(WPA_PSK);
    [all...]
WifiBackupRestoreTest.java     [all...]
WifiConfigurationTestUtil.java 138 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
435 if (configuration.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)) {
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java 303 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK);
324 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
342 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
    [all...]
  /packages/apps/Settings/tests/unit/src/com/android/settings/wifi/
WifiSettingsUiTest.java 306 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
MultiNetworkConnectivityTestActivity.java 405 wifiConfiguration.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) ==
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
hidl_manager.h 313 static_cast<uint32_t>(ISupplicantStaNetwork::KeyMgmtMask::WPA_PSK) ==

Completed in 1472 milliseconds

1 2 3