Home
last modified time | relevance | path

Searched refs:scanResultSae (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java4610 ScanResult scanResultSae = new ScanResult(WifiSsid.createFromAsciiEncoded(ssidSae), ssidSae, in testWpa3UpgradeWithSaeCandidateAndPskApInRange() local
4615 scanResultSae.informationElements = new ScanResult.InformationElement[]{ieSae}; in testWpa3UpgradeWithSaeCandidateAndPskApInRange()
4616 when(networkSelectionStatus.getCandidate()).thenReturn(scanResultSae); in testWpa3UpgradeWithSaeCandidateAndPskApInRange()
4632 scanResults.add(scanResultSae); in testWpa3UpgradeWithSaeCandidateAndPskApInRange()
4682 ScanResult scanResultSae = new ScanResult(WifiSsid.createFromAsciiEncoded(ssidSae), ssidSae, in testWpa3UpgradeWithNoCandidate() local
4687 scanResultSae.informationElements = new ScanResult.InformationElement[]{ieSae}; in testWpa3UpgradeWithNoCandidate()
4690 scanResults.add(scanResultSae); in testWpa3UpgradeWithNoCandidate()