Searched refs:sub_copy (Results 1 – 1 of 1) sorted by relevance
239 u8 *sub_copy; in cfg80211_gen_new_ie() local244 sub_copy = kmemdup(subelement, subie_len, gfp); in cfg80211_gen_new_ie()245 if (!sub_copy) in cfg80211_gen_new_ie()251 tmp_new = cfg80211_find_ie(WLAN_EID_SSID, sub_copy, subie_len); in cfg80211_gen_new_ie()260 sub_copy, subie_len); in cfg80211_gen_new_ie()275 tmp = (u8 *)cfg80211_find_ext_ie(tmp_old[2], sub_copy, in cfg80211_gen_new_ie()278 tmp = (u8 *)cfg80211_find_ie(tmp_old[0], sub_copy, in cfg80211_gen_new_ie()327 tmp_new = sub_copy; in cfg80211_gen_new_ie()328 while (tmp_new + tmp_new[1] + 2 - sub_copy <= subie_len) { in cfg80211_gen_new_ie()334 if (tmp_new + tmp_new[1] + 2 - sub_copy == subie_len) in cfg80211_gen_new_ie()[all …]