Browse Source

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
Rajeev Kumar Sirasanagandla 8 năm trước cách đây
mục cha
commit
f3aaa33091
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      wmi_unified_param.h

+ 2 - 0
wmi_unified_param.h

@@ -1816,11 +1816,13 @@ struct rssi_monitor_param {
  * @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