Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_tlv_helper.c28 #define WMITLV_GET_NUM_TLVS(val) ((val >> 24) & 0xFF) macro
121 num_tlvs = WMITLV_GET_NUM_TLVS(pAttrArrayList[i]); in wmitlv_get_attributes()