Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c437 uint8_t sType; member
453 if (pTlv->sType == 2) in find_tlv_defn()
17396 if (pTlv->sType == 2) { in unpack_tlv_core()
17423 if (TLVs[0].sType > nBufRemaining) { in unpack_tlv_core()
17429 pBufRemaining += TLVs[0].sType; in unpack_tlv_core()
17430 nBufRemaining -= TLVs[0].sType; in unpack_tlv_core()
17438 framesntohs(pCtx, &len, pBufRemaining, (TLVs[0].sType == 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()
[all …]