Searched refs:startIndx (Results 1 – 1 of 1) sorted by relevance
810 int startIndx = VHT_OPERATION_INFO_START_INDEX + (mVhtInfoPresent ? 3 : 0) in from() local813 mChannelWidth = ie.bytes[startIndx + 1] & HE_6GHZ_CH_WIDTH_MASK; in from()814 int regInfo = (ie.bytes[startIndx + 1] & HE_6GHZ_REG_INFO_MASK) in from()821 mPrimaryChannel = ie.bytes[startIndx] & Constants.BYTE_MASK; in from()822 mCenterFreqSeg0 = ie.bytes[startIndx + 2] & Constants.BYTE_MASK; in from()823 mCenterFreqSeg1 = ie.bytes[startIndx + 3] & Constants.BYTE_MASK; in from()