Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java409 int tbttInfoCount = in from() local
411 tbttInfoCount >>= TBTT_INFO_COUNT_SHIFT; in from()
412 tbttInfoCount++; in from()
422 + tbttInfoLen * tbttInfoCount) { in from()
425 + ie.bytes.length + "/" + tbttInfoLen + "/" + tbttInfoCount); in from()
455 for (int i = 0; i < tbttInfoCount; i++) { in from()
479 startOffset += TBTT_INFO_SET_START_OFFSET + (tbttInfoCount * tbttInfoLen); in from()