Searched refs:allowedKeyManagement (Results 1 – 7 of 7) sorted by relevance
148 populateAllowedKeyManagement(result.allowedKeyManagement, authType); in parseCredential()164 private static void populateAllowedKeyManagement(BitSet allowedKeyManagement, short authType) { in populateAllowedKeyManagement() argument166 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()
75 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()
48 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()
279 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()
79 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()
82 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()
474 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()