Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/rtt/cts/
DWifiRttTest.java110 ScanResult testAp = getS11McScanResult(); in testRangingToTest11mcApUsingScanResult() local
113 + "your test setup includes them!", testAp); in testRangingToTest11mcApUsingScanResult()
116 builder.addAccessPoint(testAp); in testRangingToTest11mcApUsingScanResult()
130 range11mcApRequest(request, testAp); in testRangingToTest11mcApUsingScanResult()
144 ScanResult testAp = getS11McScanResult(); in testRangingToTest11mcApUsingResponderConfig() local
147 + "your test setup includes them!", testAp); in testRangingToTest11mcApUsingResponderConfig()
148 int preamble = ResponderConfig.fromScanResult(testAp).getPreamble(); in testRangingToTest11mcApUsingResponderConfig()
153 .setMacAddress(MacAddress.fromString(testAp.BSSID)) in testRangingToTest11mcApUsingResponderConfig()
154 .set80211mcSupported(testAp.is80211mcResponder()) in testRangingToTest11mcApUsingResponderConfig()
155 .setChannelWidth(testAp.channelWidth) in testRangingToTest11mcApUsingResponderConfig()
[all …]