Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java658 private InformationElement mVhtInfo = null; field in InformationElementUtil.HeOperation
694 return mVhtInfo; in getVhtInfoElement()
803 mVhtInfo = new InformationElement(); in from()
804 mVhtInfo.id = InformationElement.EID_VHT_OPERATION; in from()
805 mVhtInfo.bytes = new byte[5]; in from()
806 System.arraycopy(ie.bytes, VHT_OPERATION_INFO_START_INDEX, mVhtInfo.bytes, 0, 3); in from()