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

  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 196 public int channelWidth;
454 this.channelWidth = UNSPECIFIED;
472 this.channelWidth = UNSPECIFIED;
481 long tsf, int distCm, int distSdCm, int channelWidth, int centerFreq0, int centerFreq1,
493 this.channelWidth = channelWidth;
506 int frequency, long tsf, int distCm, int distSdCm, int channelWidth,
509 distSdCm, channelWidth, centerFreq0, centerFreq1, is80211McRTTResponder);
526 channelWidth = source.channelWidth;
    [all...]
RttManager.java 363 * channel width of the destination AP. Same as ScanResult.channelWidth
366 public int channelWidth;
491 sb.append(", channelWidth=" + channelWidth);
540 dest.writeInt(params.channelWidth);
571 params[i].channelWidth = in.readInt();
    [all...]
  /system/chre/apps/wifi_world/
wifi_world.cc 79 LOGI(" channel width: %" PRIu8, result.channelWidth);
  /system/chre/chre_api/include/chre_api/chre/
wifi.h 352 uint8_t channelWidth;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ScanDetail.java 51 mScanResult.channelWidth = networkDetail.getChannelWidth();
70 mScanResult.channelWidth = 0;
WifiVendorHal.java     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiRttManagerFacade.java 167 bundle.putInt("channelWidth", config.channelWidth);
199 if (j.has("channelWidth")) {
200 result.channelWidth = j.getInt("channelWidth");
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java 593 result.put("channelWidth", scanResult.channelWidth);
    [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1284 milliseconds