Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/wil6210/
Dcfg80211.c1778 const u8 *ies2, u16 ies2_len, in _wil_cfg80211_merge_extra_ies() argument
1788 ies2_len = 0; in _wil_cfg80211_merge_extra_ies()
1790 if (ies1_len == 0 && ies2_len == 0) { in _wil_cfg80211_merge_extra_ies()
1796 buf = kmalloc(ies1_len + ies2_len, GFP_KERNEL); in _wil_cfg80211_merge_extra_ies()
1803 while (spos && (spos + 1 < ies2 + ies2_len)) { in _wil_cfg80211_merge_extra_ies()
1807 if (spos + ielen > ies2 + ies2_len) in _wil_cfg80211_merge_extra_ies()