Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c438 uint8_t sLen; member
17406 if (pTlv->sLen == 2) { in unpack_tlv_core()
17479 if (len + (pTlv->sType + pTlv->sLen) < pTlv->minSize - npec) { in unpack_tlv_core()
17489 if (nBufRemaining < pTlv->minSize - npec - (pTlv->sType + pTlv->sLen)) { in unpack_tlv_core()
17498 } else if (len > pTlv->maxSize - npec - (pTlv->sType + pTlv->sLen)) { in unpack_tlv_core()
17993 FRAMES_DUMP(pCtx, FRLOG3, pBufRemaining - (pTlv->sType + pTlv->sLen), len); in unpack_tlv_core()
21027 *pnNeeded += (pTlv->sType + pTlv->sLen); in get_packed_size_tlv_core()