Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java196 InformationElementUtil.HtOperation htOperation = new InformationElementUtil.HtOperation(); in NetworkDetail() local
243 htOperation.from(ie); in NetworkDetail()
424 if (htOperation.isPresent()) { in NetworkDetail()
425 channelWidth = htOperation.getChannelWidth(); in NetworkDetail()
426 centerFreq0 = htOperation.getCenterFreq0(mPrimaryFreq); in NetworkDetail()
465 htOperation.isPresent(), in NetworkDetail()
509 + ", HT: " + String.valueOf(htOperation.isPresent()) in NetworkDetail()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java1642 HtOperation htOperation = new HtOperation(); in getHtOperationElement() local
1643 htOperation.from(ie); in getHtOperationElement()
1645 assertTrue(htOperation.isPresent()); in getHtOperationElement()
1646 assertEquals(ScanResult.CHANNEL_WIDTH_40MHZ, htOperation.getChannelWidth()); in getHtOperationElement()
1647 assertEquals(primaryFreq - 10, htOperation.getCenterFreq0(primaryFreq)); in getHtOperationElement()