Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1801 const u8 *ies2, u16 ies2_len, in _wil_cfg80211_merge_extra_ies() argument
1811 ies2_len = 0; in _wil_cfg80211_merge_extra_ies()
1813 if (ies1_len == 0 && ies2_len == 0) { in _wil_cfg80211_merge_extra_ies()
1819 buf = kmalloc(ies1_len + ies2_len, GFP_KERNEL); in _wil_cfg80211_merge_extra_ies()
1826 while (spos && (spos + 1 < ies2 + ies2_len)) { in _wil_cfg80211_merge_extra_ies()
1830 if (spos + ielen > ies2 + ies2_len) in _wil_cfg80211_merge_extra_ies()