Searched refs:spec_len (Results 1 – 1 of 1) sorted by relevance
2535 static t_u8 wifi_find_ie(const t_u8 *ie, int len, const t_u8 *spec_ie, int spec_len) in wifi_find_ie() argument2546 if ((length + 2) == spec_len) in wifi_find_ie()2548 if (!memcmp(pos, spec_ie, spec_len)) in wifi_find_ie()