Searched refs:sub_copy (Results 1 – 1 of 1) sorted by relevance
3034 uint8_t *sub_copy, *extn_elem = NULL; in util_gen_new_ie() local3048 sub_copy = qdf_mem_malloc(subie_len); in util_gen_new_ie()3049 if (!sub_copy) in util_gen_new_ie()3051 qdf_mem_copy(sub_copy, subelement, subie_len); in util_gen_new_ie()3056 tmp_new = util_scan_find_ie(WLAN_ELEMID_SSID, sub_copy, subie_len); in util_gen_new_ie()3070 sub_copy, subie_len); in util_gen_new_ie()3073 if (((extn_elem + extn_elem[1] + MIN_IE_LEN) - sub_copy) in util_gen_new_ie()3086 qdf_mem_free(sub_copy); in util_gen_new_ie()3118 tmp = (uint8_t *)util_scan_find_ie(tmp_old[0], sub_copy, in util_gen_new_ie()3145 tmp_rem_len = subie_len - (tmp - sub_copy); in util_gen_new_ie()[all …]