Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ !
H A Ddot11f.c17370 uint32_t nBufRemaining, status, npec; in unpack_tlv_core() local
17390 npec = 0U; in unpack_tlv_core()
17444 npec = 3U; 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()