Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DScanResult.java108 public int channelWidth; field in ScanResult
372 this.channelWidth = UNSPECIFIED; in ScanResult()
390 this.channelWidth = UNSPECIFIED; in ScanResult()
399 long tsf, int distCm, int distSdCm, int channelWidth, int centerFreq0, int centerFreq1, in ScanResult() argument
411 this.channelWidth = channelWidth; in ScanResult()
424 int frequency, long tsf, int distCm, int distSdCm, int channelWidth, in ScanResult() argument
427 distSdCm, channelWidth, centerFreq0, centerFreq1, is80211McRTTResponder); in ScanResult()
444 channelWidth = source.channelWidth; in ScanResult()
494 sb.append(", ChannelBandwidth: ").append(channelWidth); in toString()
525 dest.writeInt(channelWidth); in writeToParcel()
DRttManager.java361 public int channelWidth; field in RttManager.RttParams
507 dest.writeInt(params.channelWidth); in writeToParcel()
538 params[i].channelWidth = in.readInt();
1038 public int channelWidth; field in RttManager.ResponderConfig
1052 .append(" channelWidth = ").append(channelWidth) in toString()
1068 dest.writeInt(channelWidth); in writeToParcel()
1082 config.channelWidth = in.readInt();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanDetail.java54 mScanResult.channelWidth = networkDetail.getChannelWidth(); in ScanDetail()
71 mScanResult.channelWidth = 0; in ScanDetail()
108 mScanResult.channelWidth = networkDetail.getChannelWidth(); in updateResults()
DWifiNative.java1855 result.channelWidth = vhtOperation.getChannelWidth(); in populateScanResult()
1859 result.channelWidth = htOperation.getChannelWidth(); in populateScanResult()
1875 Log.d(TAG, dbg + "SSID: " + result.SSID + " ChannelWidth is: " + result.channelWidth in populateScanResult()
/frameworks/base/api/
Dsystem-current.txt26452 field public int channelWidth;
26490 field public int channelWidth;
26563 field public int channelWidth;
Dcurrent.txt24334 field public int channelWidth;
Dtest-current.txt24403 field public int channelWidth;