Searched defs:centerFreqIndex1 (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java190 public int centerFreqIndex1 = 0; field in class:InformationElementUtil.VhtOperation
203 return (centerFreqIndex1 - 36) * 5 + 5180;
219 centerFreqIndex1 = ie.bytes[1] & Constants.BYTE_MASK;

Completed in 58 milliseconds