Home
last modified time | relevance | path

Searched refs:type_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
2104 (ie_len >= (DOT11_OUI_LEN + type_len)) && in find_vendor_ie()
2108 if (type_len == 0 || in find_vendor_ie()
2109 !bcmp(&ie->data[DOT11_OUI_LEN], type, type_len)) { in find_vendor_ie()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h853 const char *voui, uint8 *type, int type_len);