HomeSort by relevance Sort by last modified time
    Searched refs:channelWidth (Results 1 - 4 of 4) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 88 public int channelWidth;
341 this.channelWidth = UNSPECIFIED;
359 this.channelWidth = UNSPECIFIED;
367 long tsf, int distCm, int distSdCm, int channelWidth, int centerFreq0, int centerFreq1,
377 this.channelWidth = channelWidth;
389 int frequency, long tsf, int distCm, int distSdCm, int channelWidth,
391 this(Ssid, BSSID, caps,level, frequency, tsf, distCm, distSdCm, channelWidth, centerFreq0,
405 channelWidth = source.channelWidth;
    [all...]
RttManager.java 331 * channel width of the destination AP. Same as ScanResult.channelWidth
334 public int channelWidth;
473 dest.writeInt(params.channelWidth);
510 params[i].channelWidth = in.readInt();
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ScanDetail.java 32 mScanResult.channelWidth = networkDetail.getChannelWidth();
46 mScanResult.channelWidth = 0;
71 mScanResult.channelWidth = networkDetail.getChannelWidth();
WifiNative.java     [all...]

Completed in 788 milliseconds