Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/rtt/
DResponderConfig.java155 public final int channelWidth; field in ResponderConfig
202 boolean supports80211mc, @ChannelWidth int channelWidth, int frequency, int centerFreq0, in ResponderConfig() argument
212 this.channelWidth = channelWidth; in ResponderConfig()
241 boolean supports80211mc, @ChannelWidth int channelWidth, int frequency, int centerFreq0, in ResponderConfig() argument
247 this.channelWidth = channelWidth; in ResponderConfig()
280 @ChannelWidth int channelWidth, int frequency, int centerFreq0, int centerFreq1, in ResponderConfig() argument
286 this.channelWidth = channelWidth; in ResponderConfig()
301 int channelWidth = translateScanResultChannelWidth(scanResult.channelWidth); in fromScanResult() local
326 if (channelWidth == CHANNEL_WIDTH_80MHZ || channelWidth == CHANNEL_WIDTH_160MHZ) { in fromScanResult()
333 return new ResponderConfig(macAddress, responderType, supports80211mc, channelWidth, in fromScanResult()
[all …]
/frameworks/base/wifi/java/android/net/wifi/
DScanResult.java234 public int channelWidth; field in ScanResult
581 this.channelWidth = UNSPECIFIED; in ScanResult()
603 this.channelWidth = UNSPECIFIED; in ScanResult()
616 long tsf, int distCm, int distSdCm, int channelWidth, int centerFreq0, int centerFreq1, in ScanResult() argument
628 this.channelWidth = channelWidth; in ScanResult()
645 int frequency, long tsf, int distCm, int distSdCm, int channelWidth, in ScanResult() argument
648 distSdCm, channelWidth, centerFreq0, centerFreq1, is80211McRTTResponder); in ScanResult()
665 channelWidth = source.channelWidth; in ScanResult()
716 sb.append(", ChannelBandwidth: ").append(channelWidth); in toString()
751 dest.writeInt(channelWidth); in writeToParcel()
DRttManager.java367 public int channelWidth; field in RttManager.RttParams
492 sb.append(", channelWidth=" + channelWidth); in toString()
542 dest.writeInt(params.channelWidth); in writeToParcel()
573 params[i].channelWidth = in.readInt();
965 reconstructed.channelWidth = rttParams.channelWidth; in startRanging()
1127 public int channelWidth; field in RttManager.ResponderConfig
1142 .append(" channelWidth = ").append(channelWidth) in toString()
1158 dest.writeInt(channelWidth); in writeToParcel()
1172 config.channelWidth = in.readInt();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/
DRttTestUtils.java67 scan1.channelWidth = ScanResult.CHANNEL_WIDTH_40MHZ; in getDummyRangingRequest()
70 scan2.channelWidth = ScanResult.CHANNEL_WIDTH_20MHZ; in getDummyRangingRequest()
90 scan1.channelWidth = ScanResult.CHANNEL_WIDTH_40MHZ; in getDummyRangingRequestMcOnly()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanDetail.java51 mScanResult.channelWidth = networkDetail.getChannelWidth(); in ScanDetail()
70 mScanResult.channelWidth = 0; in ScanDetail()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
DRttNative.java308 responder.channelWidth); in convertRangingRequestToRttConfigs()
312 config.bw = halRttChannelBandwidthFromResponderChannelWidth(responder.channelWidth); in convertRangingRequestToRttConfigs()
DRttServiceImpl.java1062 rttPeer.channelWidth, rttPeer.frequency, rttPeer.centerFreq0, in processReceivedAwarePeerMacAddresses()
/frameworks/base/wifi/tests/src/android/net/wifi/rtt/
DWifiRttManagerTest.java360 scan.channelWidth = ResponderConfig.CHANNEL_WIDTH_80MHZ; in testResponderPreambleSelection()
367 scan.channelWidth = ResponderConfig.CHANNEL_WIDTH_40MHZ; in testResponderPreambleSelection()
/frameworks/base/api/
Dsystem-current.txt5242 field @Deprecated public int channelWidth;
5278 field @Deprecated public int channelWidth;
5721 field public final int channelWidth;
Dcurrent.txt30001 field public int channelWidth;
/frameworks/base/non-updatable-api/
Dsystem-current.txt5148 field @Deprecated public int channelWidth;
5184 field @Deprecated public int channelWidth;
5627 field public final int channelWidth;
Dcurrent.txt29857 field public int channelWidth;