Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/wil6210/
Dcfg80211.c1800 const u8 *ies2, u16 ies2_len, in _wil_cfg80211_merge_extra_ies() argument
1810 ies2_len = 0; in _wil_cfg80211_merge_extra_ies()
1812 if (ies1_len == 0 && ies2_len == 0) { in _wil_cfg80211_merge_extra_ies()
1818 buf = kmalloc(ies1_len + ies2_len, GFP_KERNEL); in _wil_cfg80211_merge_extra_ies()
1825 while (spos && (spos + 1 < ies2 + ies2_len)) { in _wil_cfg80211_merge_extra_ies()
1829 if (spos + ielen > ies2 + ies2_len) in _wil_cfg80211_merge_extra_ies()