Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java345 private static final int TBTT_INFO_SET_START_OFFSET = 4; field in InformationElementUtil.Rnr
408 while (ie.bytes.length > startOffset + TBTT_INFO_SET_START_OFFSET) { in from()
416 int tbttInfoStartOffset = startOffset + TBTT_INFO_SET_START_OFFSET; in from()
421 if (ie.bytes.length < startOffset + TBTT_INFO_SET_START_OFFSET in from()
479 startOffset += TBTT_INFO_SET_START_OFFSET + (tbttInfoCount * tbttInfoLen); in from()