Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java651 private boolean mVhtInfoPresent = false; field in InformationElementUtil.HeOperation
686 return mVhtInfoPresent; in isVhtInfoPresent()
784 mVhtInfoPresent = (ie.bytes[1] & VHT_OPERATION_INFO_PRESENT_MASK) != 0; in from()
787 int expectedLen = HE_OPERATION_BASIC_LENGTH + (mVhtInfoPresent ? 3 : 0) in from()
802 if (mVhtInfoPresent) { in from()
810 int startIndx = VHT_OPERATION_INFO_START_INDEX + (mVhtInfoPresent ? 3 : 0) in from()