Searched refs:elementLength (Results 1 – 1 of 1) sorted by relevance
167 int elementLength = data.get() & Constants.BYTE_MASK; in parseInformationElements() local170 if (elementLength > data.remaining() || (eid == InformationElement.EID_SSID in parseInformationElements()180 if (elementLength == 0) { in parseInformationElements()186 && elementLength == DefragmentElement.FRAG_MAX_LEN) { in parseInformationElements()196 elementLength--; in parseInformationElements()212 ie.bytes = new byte[elementLength]; in parseInformationElements()