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

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

Completed in 1318 milliseconds