HomeSort by relevance Sort by last modified time
    Searched refs:KeyMgmt (Results 26 - 50 of 64) sorted by null

12 3

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkHistory.java 249 WifiConfiguration.KeyMgmt.strings);
567 if (!config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP)) {
570 if ((!config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.IEEE8021X))
571 && (!config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK))) {
WifiScoreReport.java 312 if (!currentConfiguration.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)) {
WifiConfigManager.java     [all...]
WifiServiceImpl.java     [all...]
WifiMetrics.java 154 && config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE)) {
    [all...]
WifiStateMachine.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointProviderTest.java 651 assertTrue(wifiConfig.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP));
652 assertTrue(wifiConfig.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.IEEE8021X));
713 assertTrue(wifiConfig.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP));
714 assertTrue(wifiConfig.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.IEEE8021X));
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiBackupRestoreTest.java 672 expectedConfiguration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
    [all...]
WifiConfigurationTestUtil.java 134 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
137 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
141 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP);
142 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.IEEE8021X);
    [all...]
WifiScoreReportTest.java 105 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
WifiConfigManagerTest.java     [all...]
WifiStateMachineTest.java     [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPoint.java 36 import android.net.wifi.WifiConfiguration.KeyMgmt;
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 32 import android.net.wifi.WifiConfiguration.KeyMgmt;
504 config.allowedKeyManagement.set(KeyMgmt.NONE);
508 config.allowedKeyManagement.set(KeyMgmt.NONE);
525 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK);
537 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP);
538 config.allowedKeyManagement.set(KeyMgmt.IEEE8021X);
    [all...]
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 36 import android.net.wifi.WifiConfiguration.KeyMgmt;
539 config.allowedKeyManagement.set(KeyMgmt.NONE);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointProvider.java 284 wifiConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP);
285 wifiConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.IEEE8021X);
  /packages/services/NetworkRecommendation/src/com/android/networkrecommendation/
DefaultNetworkRecommendationProvider.java 215 recommendedConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
  /tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
WifiConnector.java 141 // KeyMgmt should be NONE only
142 final BitSet keymgmt = new BitSet(); local
143 keymgmt.set(WifiConfiguration.KeyMgmt.NONE);
144 config.allowedKeyManagement = keymgmt;
  /frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
PlatformAdapter.java 242 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
244 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.OSEN);
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 388 wifiConfiguration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
    [all...]
  /frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
WifiTrackerTest.java 367 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 68 import android.net.wifi.WifiConfiguration.KeyMgmt;
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 1721 milliseconds

12 3