Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c447 const tTLVDefn *pTlv; in find_tlv_defn() local
451 pTlv = &(TLVs[0]); in find_tlv_defn()
453 if (pTlv->sType == 2) in find_tlv_defn()
458 while (0xffff != pTlv->id) { in find_tlv_defn()
459 if (id == pTlv->id) { in find_tlv_defn()
460 if (0 == pTlv->pec) in find_tlv_defn()
461 return pTlv; in find_tlv_defn()
467 if (pec == pTlv->pec) in find_tlv_defn()
468 return pTlv; in find_tlv_defn()
472 ++pTlv; in find_tlv_defn()
[all …]