Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
H A Dwlan_scan_utils_api.c3759 uint8_t *src_ie, *dest_ptr, *container; in util_scan_gen_txvap_scan_entry() local
3785 src_ie = ie_list; in util_scan_gen_txvap_scan_entry()
3791 while (((src_ie + src_ie[TAG_LEN_POS] + MIN_IE_LEN) - in util_scan_gen_txvap_scan_entry()
3793 if (src_ie[ID_POS] == WLAN_ELEMID_MULTIPLE_BSSID) { in util_scan_gen_txvap_scan_entry()
3794 src_ie += src_ie[TAG_LEN_POS] + MIN_IE_LEN; in util_scan_gen_txvap_scan_entry()
3798 qdf_mem_copy(dest_ptr, src_ie, in util_scan_gen_txvap_scan_entry()
3799 (src_ie[TAG_LEN_POS] + MIN_IE_LEN)); in util_scan_gen_txvap_scan_entry()
3801 dest_ptr += src_ie[TAG_LEN_POS] + MIN_IE_LEN; in util_scan_gen_txvap_scan_entry()
3802 if (((src_ie + src_ie[TAG_LEN_POS] + in util_scan_gen_txvap_scan_entry()
3806 src_ie += src_ie[TAG_LEN_POS] + MIN_IE_LEN; in util_scan_gen_txvap_scan_entry()