Searched refs:pskScanResult (Results 1 – 2 of 2) sorted by relevance
666 final ScanResult pskScanResult = buildScanResult("ssid", "bssid", 0, TestUtils.GOOD_RSSI); in testCanEasyConnect_deviceNotSupported_shouldReturnFalse() local667 pskScanResult.capabilities = "PSK"; in testCanEasyConnect_deviceNotSupported_shouldReturnFalse()671 ssidAndSecurityTypeToStandardWifiEntryKey(pskScanResult.SSID, SECURITY_TYPE_PSK), in testCanEasyConnect_deviceNotSupported_shouldReturnFalse()672 null, Arrays.asList(pskScanResult), mMockWifiManager, in testCanEasyConnect_deviceNotSupported_shouldReturnFalse()
1636 ScanResult pskScanResult = createScanResult(AccessPoint.removeDoubleQuotes(TEST_SSID), in testMatches3_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly() local1638 pskScanResult.capabilities = "[RSN-PSK-CCMP][ESS][WPS]"; in testMatches3_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()1640 assertThat(pskSaeTransitionModeAp.matches(pskScanResult)).isTrue(); in testMatches3_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()