Searched refs:WPA2_PSK (Results 1 – 9 of 9) sorted by relevance
163 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK); in testAddAccessPointSuccess_Psk_Band2G()230 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK); in testAddAccessPointSuccess_Psk_Band5G_Hidden()268 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK); in testAddAccessPointSuccess_Psk_Band2G_WithACS()306 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK); in testAddAccessPointSuccess_Psk_Band2G_WithIeee80211AC()343 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK); in testAddAccessPointSuccess_Psk_BandAny_WithACS()381 configuration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK); in testAddAccessPointSuccess_Psk_BandAny_Downgraded_WithoutACS()
131 assertTrue(config.allowedKeyManagement.get(KeyMgmt.WPA2_PSK)); in verifyDefaultApConfig()141 assertTrue(config.allowedKeyManagement.get(KeyMgmt.WPA2_PSK)); in verifyDefaultLocalOnlyApConfig()541 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK); in testWpa2PskNetworkConfigInValidateApWifiConfigurationCheck()584 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA2_PSK); in testInvalidAuthTypeInValidateApWifiConfigurationCheck()
2818 apConfig.allowedKeyManagement.set(KeyMgmt.WPA2_PSK); in createValidSoftApConfiguration()
253 config.allowedKeyManagement.set(KeyMgmt.WPA2_PSK); in getDefaultApConfiguration()276 config.allowedKeyManagement.set(KeyMgmt.WPA2_PSK); in generateLocalOnlyHotspotConfig()370 } else if (authType == KeyMgmt.WPA2_PSK) { in validateApWifiConfiguration()
399 case WifiConfiguration.KeyMgmt.WPA2_PSK: in getEncryptionType()
627 case WifiConfiguration.KeyMgmt.WPA2_PSK: // This should never happen in wifiConfigurationToSupplicantKeyMgmtMask()
107 public static final int WPA2_PSK = 4; field in WifiConfiguration.KeyMgmt1849 } else if (allowedKeyManagement.get(KeyMgmt.WPA2_PSK)) { in getAuthType()1850 return KeyMgmt.WPA2_PSK; in getAuthType()
3403 field public static final int WPA2_PSK = 4; // 0x4
26859 Landroid/net/wifi/WifiConfiguration$KeyMgmt;->WPA2_PSK:I