Searched refs:mVhtInfoPresent (Results 1 – 1 of 1) sorted by relevance
651 private boolean mVhtInfoPresent = false; field in InformationElementUtil.HeOperation686 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()