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
This commit is contained in:

committed by
snandini

parent
8747f62a4f
commit
f3aaa33091
@@ -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
|
||||
|
Reference in New Issue
Block a user