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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
NetworkDetail.java 147 InformationElementUtil.VhtOperation vhtOperation =
148 new InformationElementUtil.VhtOperation();
178 vhtOperation.from(ie);
259 if (vhtOperation.isValid()) {
261 mChannelWidth = vhtOperation.getChannelWidth();
262 mCenterfreq0 = vhtOperation.getCenterFreq0();
263 mCenterfreq1 = vhtOperation.getCenterFreq1();
285 vhtOperation.isValid(),
302 + ", VHT: " + String.valueOf(vhtOperation.isValid()
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java     [all...]

Completed in 69 milliseconds