Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
H A Dwlan_scan_utils_api.c3033 const uint8_t *tmp_old, *tmp_new; in util_gen_new_ie() local
3056 tmp_new = util_scan_find_ie(WLAN_ELEMID_SSID, sub_copy, subie_len); in util_gen_new_ie()
3057 if (tmp_new) { in util_gen_new_ie()
3059 QDF_SSID_REF(tmp_new[1], in util_gen_new_ie()
3060 &tmp_new[PAYLOAD_START_POS])); in util_gen_new_ie()
3061 if ((pos + tmp_new[1] + MIN_IE_LEN) <= in util_gen_new_ie()
3063 qdf_mem_copy(pos, tmp_new, in util_gen_new_ie()
3064 (tmp_new[1] + MIN_IE_LEN)); in util_gen_new_ie()
3065 pos += (tmp_new[1] + MIN_IE_LEN); in util_gen_new_ie()
3213 tmp_new = sub_copy; in util_gen_new_ie()
[all …]