Home
last modified time | relevance | path

Searched defs:channelWidth (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DResponderConfig.java219 public final int channelWidth; field in ResponderConfig
277 boolean supports80211mc, @ChannelWidth int channelWidth, int frequency, int centerFreq0, in ResponderConfig()
318 boolean supports80211mc, @ChannelWidth int channelWidth, int frequency, int centerFreq0, in ResponderConfig()
359 @ChannelWidth int channelWidth, int frequency, int centerFreq0, int centerFreq1, in ResponderConfig()
381 int channelWidth = translateFromScanResultToLocalChannelWidth(scanResult.channelWidth); in fromScanResult() local
609 public Builder setChannelWidth(@WifiAnnotations.ChannelWidth int channelWidth) { in setChannelWidth()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java238 int channelWidth; in predictThroughput() local
286 int channelWidth, int rssiDbm, int maxNumSpatialStream, int channelUtilization, in predictThroughputInternal()
DScanDetail.java58 int channelWidth = ScanResult.UNSPECIFIED; in ScanDetail() local
DWifiCandidates.java242 int channelWidth, in CandidateImpl()
656 @WifiAnnotations.ChannelWidth int channelWidth, in add()
/packages/modules/Wifi/framework/java/android/net/wifi/
DScanResult.java599 public @ChannelWidth int channelWidth; field in ScanResult
1412 long tsf, int distCm, int distSdCm, int channelWidth, int centerFreq0, int centerFreq1, in ScanResult()
1439 int frequency, long tsf, int distCm, int distSdCm, int channelWidth, in ScanResult()
DRttManager.java367 public int channelWidth; field in RttManager.RttParams
1127 public int channelWidth; field in RttManager.ResponderConfig
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java274 public ConcreteCandidate setChannelWidth(@WifiAnnotations.ChannelWidth int channelWidth) { in setChannelWidth()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java334 int channelWidth = ScanResult.UNSPECIFIED; in NetworkDetail() local