qcacmn: Add QCN IE to the scan entry IEs list

Add QCN IE to the scan entry IEs list to support
240 MHz on 5 GHz radio.

Change-Id: I7fafae518baf6b8633729f65810fbba663744ec6
CRs-Fixed: 3230190
This commit is contained in:
Aakanksha Doda
2022-06-27 22:32:06 +05:30
committed by Madan Koyyalamudi
szülő 9ce3625921
commit af7b3ad2cd
4 fájl változott, egészen pontosan 20 új sor hozzáadva és 0 régi sor törölve

Fájl megtekintése

@@ -1144,7 +1144,10 @@ util_scan_parse_vendor_ie(struct scan_cache_entry *scan_params,
}
scan_params->ie_list.single_pmk = (uint8_t *)ie +
sizeof(struct ie_header);
} else if (is_qcn_oui((uint8_t *)ie)) {
scan_params->ie_list.qcn = (uint8_t *)ie;
}
return QDF_STATUS_SUCCESS;
}