Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c2088 find_vendor_ie(void *tlvs, int tlvs_len, const char *voui, uint8 *type, int type_len) in find_vendor_ie() argument
2097 !bcm_valid_tlv(ie, tlvs_len)) in find_vendor_ie()
2113 } while ((ie = bcm_next_tlv(ie, &tlvs_len)) != NULL); in find_vendor_ie()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h852 extern bcm_tlv_t *find_vendor_ie(void *tlvs, int tlvs_len,