Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/rtt/cts/
DWifiRttTest.java152 ResponderConfig responder = responderBuilder in testRangingToTest11mcApUsingResponderConfig() local
164 assertTrue(responder.getMacAddress().toString().equalsIgnoreCase(testAp.BSSID) in testRangingToTest11mcApUsingResponderConfig()
165 && responder.is80211mcSupported() == testAp.is80211mcResponder() in testRangingToTest11mcApUsingResponderConfig()
166 && responder.getChannelWidth() == testAp.channelWidth in testRangingToTest11mcApUsingResponderConfig()
167 && responder.getFrequencyMhz() == testAp.frequency in testRangingToTest11mcApUsingResponderConfig()
168 && responder.getCenterFreq0Mhz() == testAp.centerFreq0 in testRangingToTest11mcApUsingResponderConfig()
169 && responder.getCenterFreq1Mhz() == testAp.centerFreq1 in testRangingToTest11mcApUsingResponderConfig()
170 && responder.getPreamble() == preamble in testRangingToTest11mcApUsingResponderConfig()
171 && responder.getResponderType() == RESPONDER_AP); in testRangingToTest11mcApUsingResponderConfig()
175 builder.addResponder(responder); in testRangingToTest11mcApUsingResponderConfig()
[all …]