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:

committed by
Madan Koyyalamudi

szülő
9ce3625921
commit
af7b3ad2cd
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user