qcacmn: Add support to include selective scan IEs only
qcacld-2.0 to qcacmn propagation
Add support to include only selective IEs in probe requests in
order to improve user's privacy.
Change-Id: I59cf4181f60f5b4cd87a32fbcf29160d87ca59c8
CRs-Fixed: 1105495
diff --git a/wmi_unified_param.h b/wmi_unified_param.h
index 7a496ce..156776b 100644
--- a/wmi_unified_param.h
+++ b/wmi_unified_param.h
@@ -1816,11 +1816,13 @@
* @oui: oui parameters
* @vdev_id: interface id
* @enb_probe_req_sno_randomization: control probe req sequence no randomization
+ * @ie_whitelist: probe req IE whitelist attrs
*/
struct scan_mac_oui {
uint8_t oui[WMI_WIFI_SCANNING_MAC_OUI_LENGTH];
uint32_t vdev_id;
bool enb_probe_req_sno_randomization;
+ struct probe_req_whitelist_attr ie_whitelist;
};
#define WMI_PASSPOINT_REALM_LEN 256