Searched refs:saeParams (Results 1 – 3 of 3) sorted by relevance
273 SecurityParams saeParams = SecurityParams.createSecurityParamsBySecurityType( in testPairwiseCiphersMergedForSaeAutoUpgradeOffloadSupported() local283 saeParams.getAllowedPairwiseCiphers(), globals); in testPairwiseCiphersMergedForSaeAutoUpgradeOffloadSupported()295 saeParams.getAllowedGroupCiphers(), globals); in testPairwiseCiphersMergedForSaeAutoUpgradeOffloadSupported()309 SecurityParams saeParams = SecurityParams.createSecurityParamsBySecurityType( in testPairwiseCiphersNotMergedForSaeAutoUpgradeOffloadNotSupported() local318 saeParams.getAllowedPairwiseCiphers(), globals); in testPairwiseCiphersNotMergedForSaeAutoUpgradeOffloadNotSupported()327 saeParams.getAllowedGroupCiphers(), globals); in testPairwiseCiphersNotMergedForSaeAutoUpgradeOffloadNotSupported()
1197 SecurityParams saeParams = config.getSecurityParams(WifiConfiguration.SECURITY_TYPE_SAE); in testSaeTypeMethods() local1198 assertNotNull(saeParams); in testSaeTypeMethods()1199 assertFalse(saeParams.isSaeH2eOnlyMode()); in testSaeTypeMethods()1200 assertFalse(saeParams.isSaePkOnlyMode()); in testSaeTypeMethods()1205 saeParams = config.getSecurityParams(WifiConfiguration.SECURITY_TYPE_SAE); in testSaeTypeMethods()1206 assertNotNull(saeParams); in testSaeTypeMethods()1207 assertTrue(saeParams.isSaeH2eOnlyMode()); in testSaeTypeMethods()1208 assertTrue(saeParams.isSaePkOnlyMode()); in testSaeTypeMethods()
1028 SecurityParams saeParams = SecurityParams.createSecurityParamsBySecurityType( in addPskUpgradableSecurityTypeIfNecessary() local1030 saeParams.setIsAddedByAutoUpgrade(true); in addPskUpgradableSecurityTypeIfNecessary()1031 config.addSecurityParams(saeParams); in addPskUpgradableSecurityTypeIfNecessary()