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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
NetworkDetail.java 146 InformationElementUtil.HtOperation htOperation = new InformationElementUtil.HtOperation();
175 htOperation.from(ie);
265 mChannelWidth = htOperation.getChannelWidth();
266 mCenterfreq0 = htOperation.getCenterFreq0(mPrimaryFreq);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java 89 public static class HtOperation {
108 Log.e("HtOperation", "Error on secondChannelOffset: " + secondChannelOffset);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java     [all...]

Completed in 375 milliseconds