Searched refs:type_len (Results 1 – 2 of 2) sorted by relevance
2088 find_vendor_ie(void *tlvs, int tlvs_len, const char *voui, uint8 *type, int type_len) in find_vendor_ie() argument2104 (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()
853 const char *voui, uint8 *type, int type_len);