Home
last modified time | relevance | path

Searched refs:allowedKeyManagement (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DNfcWifiProtectedSetup.java148 populateAllowedKeyManagement(result.allowedKeyManagement, authType); in parseCredential()
164 private static void populateAllowedKeyManagement(BitSet allowedKeyManagement, short authType) { in populateAllowedKeyManagement() argument
166 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in populateAllowedKeyManagement()
168 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_EAP); in populateAllowedKeyManagement()
170 allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in populateAllowedKeyManagement()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DWifiConfigHelper.java75 config.allowedKeyManagement.clear(); in setConfigKeyManagementBySecurity()
79 config.allowedKeyManagement.set(KeyMgmt.NONE); in setConfigKeyManagementBySecurity()
82 config.allowedKeyManagement.set(KeyMgmt.NONE); in setConfigKeyManagementBySecurity()
87 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK); in setConfigKeyManagementBySecurity()
90 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP); in setConfigKeyManagementBySecurity()
91 config.allowedKeyManagement.set(KeyMgmt.IEEE8021X); in setConfigKeyManagementBySecurity()
DWifiSecurity.java48 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_PSK)) { in getSecurity()
51 if (config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.WPA_EAP) in getSecurity()
52 || config.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.IEEE8021X)) { in getSecurity()
DConnectivityListener.java279 return configuredNetwork.allowedKeyManagement.get(KeyMgmt.WPA_PSK) || in isSecureWifi()
280 configuredNetwork.allowedKeyManagement.get(KeyMgmt.WPA_EAP) || in isSecureWifi()
281 configuredNetwork.allowedKeyManagement.get(KeyMgmt.IEEE8021X); in isSecureWifi()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DWifiConfig.java79 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in addNetwork()
104 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in updateForWPAConfiguration()
118 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in updateForWEPConfiguration()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiApDialog.java82 if (wifiConfig.allowedKeyManagement.get(KeyMgmt.WPA2_PSK)) { in getSecurityTypeIndex()
104 config.allowedKeyManagement.set(KeyMgmt.NONE); in getConfig()
108 config.allowedKeyManagement.set(KeyMgmt.WPA2_PSK); in getConfig()
DWifiConfigController.java474 config.allowedKeyManagement.set(KeyMgmt.NONE); in getConfig()
478 config.allowedKeyManagement.set(KeyMgmt.NONE); in getConfig()
495 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK); in getConfig()
507 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP); in getConfig()
508 config.allowedKeyManagement.set(KeyMgmt.IEEE8021X); in getConfig()