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

  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 108 public int channelWidth;
372 this.channelWidth = UNSPECIFIED;
390 this.channelWidth = UNSPECIFIED;
399 long tsf, int distCm, int distSdCm, int channelWidth, int centerFreq0, int centerFreq1,
411 this.channelWidth = channelWidth;
424 int frequency, long tsf, int distCm, int distSdCm, int channelWidth,
427 distSdCm, channelWidth, centerFreq0, centerFreq1, is80211McRTTResponder);
444 channelWidth = source.channelWidth;
    [all...]
RttManager.java 358 * channel width of the destination AP. Same as ScanResult.channelWidth
361 public int channelWidth;
507 dest.writeInt(params.channelWidth);
538 params[i].channelWidth = in.readInt();
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ScanDetail.java 54 mScanResult.channelWidth = networkDetail.getChannelWidth();
74 mScanResult.channelWidth = 0;
111 mScanResult.channelWidth = networkDetail.getChannelWidth();
WifiNative.java     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiRttManagerFacade.java 152 bundle.putInt("channelWidth", config.channelWidth);
184 if (j.has("channelWidth")) {
185 result.channelWidth = j.getInt("channelWidth");
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java 590 result.put("channelWidth", scanResult.channelWidth);
    [all...]
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1175 milliseconds