Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java1646 assertEquals(ScanResult.CHANNEL_WIDTH_40MHZ, htOperation.getChannelWidth()); in getHtOperationElement()
1676 assertEquals(ScanResult.UNSPECIFIED, vhtOperation.getChannelWidth()); in getVhtOperationElement20_40Mhz()
1707 assertEquals(ScanResult.CHANNEL_WIDTH_80MHZ, vhtOperation.getChannelWidth()); in getVhtOperationElement80Mhz()
1738 assertEquals(ScanResult.CHANNEL_WIDTH_160MHZ, vhtOperation.getChannelWidth()); in getVhtOperationElement160Mhz()
1769 assertEquals(ScanResult.CHANNEL_WIDTH_80MHZ_PLUS_MHZ, vhtOperation.getChannelWidth()); in getVhtOperationElement80PlusMhz()
1814 assertEquals(ScanResult.CHANNEL_WIDTH_80MHZ, heOperation.getChannelWidth()); in getHeOperationElement80Mhz()
1859 assertEquals(ScanResult.CHANNEL_WIDTH_160MHZ, heOperation.getChannelWidth()); in getHeOperationElement160Mhz()
1897 assertEquals(ScanResult.UNSPECIFIED, heOperation.getChannelWidth()); in getHeOperationElementNo6GHzNoVht()
1938 assertEquals(ScanResult.UNSPECIFIED, heOperation.getChannelWidth()); in getHeOperationElementNo6GHzWithVht()
1944 assertEquals(ScanResult.CHANNEL_WIDTH_80MHZ, vhtOperation.getChannelWidth()); in getHeOperationElementNo6GHzWithVht()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java385 channelWidth = ehtOperation.getChannelWidth(); in NetworkDetail()
398 channelWidth = heOperation.getChannelWidth(); in NetworkDetail()
412 channelWidth = vhtOperation.getChannelWidth(); in NetworkDetail()
425 channelWidth = htOperation.getChannelWidth(); in NetworkDetail()
665 public int getChannelWidth() { in getChannelWidth() method in NetworkDetail
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java83 mChannelWidth = candidate.getChannelWidth(); in ConcreteCandidate()
290 public int getChannelWidth() { in getChannelWidth() method in ConcreteCandidate
DWifiCandidatesTest.java444 assertEquals(testChannelWidth, candidate.getChannelWidth()); in testAddCandidateFrequencyAndChannelWidth()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCandidates.java162 @WifiAnnotations.ChannelWidth int getChannelWidth(); in getChannelWidth() method
402 public int getChannelWidth() { in getChannelWidth() method in WifiCandidates.CandidateImpl
466 + "channelWidth = " + getChannelWidth() + ", " in toString()
DThroughputScorer.java221 switch (candidate.getChannelWidth()) { in calculateRssiScore()
DScanDetail.java69 channelWidth = networkDetail.getChannelWidth(); in ScanDetail()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiAvailableChannel.java195 public @WifiAnnotations.ChannelWidth int getChannelWidth() { in getChannelWidth() method in WifiAvailableChannel
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java505 public int getChannelWidth() { in getChannelWidth() method in InformationElementUtil.HtOperation
571 public int getChannelWidth() { in getChannelWidth() method in InformationElementUtil.VhtOperation
708 public int getChannelWidth() { in getChannelWidth() method in InformationElementUtil.HeOperation
886 public int getChannelWidth() { in getChannelWidth() method in InformationElementUtil.EhtOperation
/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DResponderConfig.java605 public @WifiAnnotations.ChannelWidth int getChannelWidth() { in getChannelWidth() method in ResponderConfig
/packages/modules/Wifi/framework/tests/src/android/net/wifi/rtt/
DWifiRttManagerTest.java314 && responderConfig2a.getChannelWidth() == scanResult2.channelWidth in testRangingRequestAtLimit()
/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/
DRttServiceImpl.java1206 .setChannelWidth(rttPeer.getChannelWidth()) in processReceivedAwarePeerMacAddresses()
/packages/modules/Wifi/framework/api/
Dcurrent.txt148 method @FlaggedApi("com.android.wifi.flags.get_channel_width_api") public int getChannelWidth();
1761 method public int getChannelWidth();