Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java414 int tbttInfoLen = in from() local
419 if (tbttInfoLen == 4 || tbttInfoLen >= 16) { in from()
422 + tbttInfoLen * tbttInfoCount) { in from()
425 + ie.bytes.length + "/" + tbttInfoLen + "/" + tbttInfoCount); in from()
434 if (tbttInfoLen == 4) { in from()
475 tbttInfoStartOffset += tbttInfoLen; in from()
479 startOffset += TBTT_INFO_SET_START_OFFSET + (tbttInfoCount * tbttInfoLen); in from()