Searched refs:ies2_len (Results 1 – 1 of 1) sorted by relevance
1417 const u8 *ies2, u16 ies2_len, in _wil_cfg80211_merge_extra_ies() argument1423 if (ies1_len == 0 && ies2_len == 0) { in _wil_cfg80211_merge_extra_ies()1429 buf = kmalloc(ies1_len + ies2_len, GFP_KERNEL); in _wil_cfg80211_merge_extra_ies()1435 while (spos + 1 < ies2 + ies2_len) { in _wil_cfg80211_merge_extra_ies()1439 if (spos + ielen > ies2 + ies2_len) in _wil_cfg80211_merge_extra_ies()