Searched refs:isScanResultForPskSaeTransitionNetwork (Results 1 – 4 of 4) sorted by relevance
201 assertTrue(ScanResultUtil.isScanResultForPskSaeTransitionNetwork(input)); in testPskSha256SaeTransitionModeCheck()220 assertTrue(ScanResultUtil.isScanResultForPskSaeTransitionNetwork(input)); in testPskSaeTransitionModeCheck()239 assertFalse(ScanResultUtil.isScanResultForPskSaeTransitionNetwork(input)); in testPskNotInTransitionModeCheck()258 assertFalse(ScanResultUtil.isScanResultForPskSaeTransitionNetwork(input)); in testSaeNotInTransitionModeCheck()
239 public static boolean isScanResultForPskSaeTransitionNetwork(ScanResult scanResult) { in isScanResultForPskSaeTransitionNetwork() method in ScanResultUtil
960 public static boolean isScanResultForPskSaeTransitionNetwork(ScanResult scanResult) { in isScanResultForPskSaeTransitionNetwork() method in Utils
981 && ScanResultUtil.isScanResultForPskSaeTransitionNetwork(scanResult)) { in updateSecurityParamsForTransitionModeIfNecessary()