Home
last modified time | relevance | path

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

/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
H A DDeviceWiphyCapabilitiesTest.java74 assertEquals(true, capa.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_20MHZ)); in testMappingWifiStandardIntoChannelWidthSupport()
75 assertEquals(false, capa.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_40MHZ)); in testMappingWifiStandardIntoChannelWidthSupport()
76 assertEquals(false, capa.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_80MHZ)); in testMappingWifiStandardIntoChannelWidthSupport()
79 assertEquals(true, capa.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_20MHZ)); in testMappingWifiStandardIntoChannelWidthSupport()
80 assertEquals(true, capa.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_40MHZ)); in testMappingWifiStandardIntoChannelWidthSupport()
81 assertEquals(false, capa.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_80MHZ)); in testMappingWifiStandardIntoChannelWidthSupport()
84 assertEquals(true, capa.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_20MHZ)); in testMappingWifiStandardIntoChannelWidthSupport()
85 assertEquals(true, capa.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_40MHZ)); in testMappingWifiStandardIntoChannelWidthSupport()
86 assertEquals(true, capa.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_80MHZ)); in testMappingWifiStandardIntoChannelWidthSupport()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DThroughputPredictorTest.java70 when(mDeviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_40MHZ)) in setUp()
72 when(mDeviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_80MHZ)) in setUp()
74 when(mDeviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_160MHZ)) in setUp()
150 when(mDeviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_160MHZ)) in verifyHighRssiMinChannelUtilizationAx5g160Mhz4ss()
169 when(mDeviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_160MHZ)) in verifyHighRssiMinChannelUtilizationAx5g160Mhz4ssOverriddenTo2ss()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DThroughputPredictor.java231 if (deviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_160MHZ)) { in predictThroughput()
237 if (deviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_80MHZ)) { in predictThroughput()
243 if (deviceCapabilities.isChannelWidthSupported(ScanResult.CHANNEL_WIDTH_40MHZ)) { in predictThroughput()
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DDeviceWiphyCapabilities.java115 public boolean isChannelWidthSupported(@ChannelWidth int chWidth) { in isChannelWidthSupported() method in DeviceWiphyCapabilities
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt7851 method public boolean isChannelWidthSupported(int);