Home
last modified time | relevance | path

Searched refs:htOperation (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java146 InformationElementUtil.HtOperation htOperation = new InformationElementUtil.HtOperation(); in NetworkDetail() local
175 htOperation.from(ie); in NetworkDetail()
265 mChannelWidth = htOperation.getChannelWidth(); in NetworkDetail()
266 mCenterfreq0 = htOperation.getCenterFreq0(mPrimaryFreq); in NetworkDetail()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1829 InformationElementUtil.HtOperation htOperation = new InformationElementUtil.HtOperation(); in populateScanResult() local
1839 htOperation.from(ie); in populateScanResult()
1859 result.channelWidth = htOperation.getChannelWidth(); in populateScanResult()
1860 result.centerFreq0 = htOperation.getCenterFreq0(result.frequency); in populateScanResult()