Searched refs:CHANNEL_WIDTH_80MHZ (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/wifi/java/android/net/wifi/rtt/ |
D | ResponderConfig.java | 81 CHANNEL_WIDTH_20MHZ, CHANNEL_WIDTH_40MHZ, CHANNEL_WIDTH_80MHZ, CHANNEL_WIDTH_160MHZ, 98 public static final int CHANNEL_WIDTH_80MHZ = 2; field in ResponderConfig 326 if (channelWidth == CHANNEL_WIDTH_80MHZ || channelWidth == CHANNEL_WIDTH_160MHZ) { in fromScanResult() 490 case ScanResult.CHANNEL_WIDTH_80MHZ: in translateScanResultChannelWidth() 491 return CHANNEL_WIDTH_80MHZ; in translateScanResultChannelWidth()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/ |
D | RttNative.java | 391 case ResponderConfig.CHANNEL_WIDTH_80MHZ: in halChannelWidthFromResponderChannelWidth() 409 case ResponderConfig.CHANNEL_WIDTH_80MHZ: in halRttChannelBandwidthFromResponderChannelWidth()
|
/frameworks/base/wifi/tests/src/android/net/wifi/rtt/ |
D | WifiRttManagerTest.java | 309 ResponderConfig.RESPONDER_AP, true, ResponderConfig.CHANNEL_WIDTH_80MHZ, 2134, 2345, in testResponderConfigParcel() 360 scan.channelWidth = ResponderConfig.CHANNEL_WIDTH_80MHZ; in testResponderPreambleSelection()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/ |
D | RttNativeTest.java | 479 ResponderConfig.CHANNEL_WIDTH_80MHZ, 0, 0, 0, ResponderConfig.PREAMBLE_HT); in testRangingWithInvalidParameterCombination() 482 ResponderConfig.CHANNEL_WIDTH_80MHZ, 0, 0, 0, ResponderConfig.PREAMBLE_VHT); in testRangingWithInvalidParameterCombination()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | ScanResult.java | 219 public static final int CHANNEL_WIDTH_80MHZ = 2; field in ScanResult
|
/frameworks/base/api/ |
D | system-current.txt | 5708 field public static final int CHANNEL_WIDTH_80MHZ = 2; // 0x2
|
D | current.txt | 29994 field public static final int CHANNEL_WIDTH_80MHZ = 2; // 0x2
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 5614 field public static final int CHANNEL_WIDTH_80MHZ = 2; // 0x2
|
D | current.txt | 29850 field public static final int CHANNEL_WIDTH_80MHZ = 2; // 0x2
|