Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms507 // TLVs //
979 // WiFi Direct/P2P TLVs //
1110 // MBO-OCE ATTR TLVs //
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c445 const tTLVDefn TLVs[]) in find_tlv_defn() argument
451 pTlv = &(TLVs[0]); in find_tlv_defn()
481 const tTLVDefn TLVs[],
489 const tTLVDefn TLVs[],
494 const tTLVDefn TLVs[]);
17365 const tTLVDefn TLVs[], in unpack_tlv_core() argument
17393 pTlv = find_tlv_defn(pCtx, pBufRemaining, nBufRemaining, TLVs); 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()
[all …]