qcacmn: Add support to randomize probe req SA and Seq number
qcacld-2.0 to qcacmn propagation Randomize probe request's source address and sequence number to improve user's privacy. Change-Id: I265f15476f1a23a268f159a44b6a3e4243fb9068 CRs-Fixed: 1105081
This commit is contained in:

committed by
snandini

parent
82ec577686
commit
d84e7e9028
@@ -1812,9 +1812,13 @@ struct rssi_monitor_param {
|
||||
/**
|
||||
* struct scan_mac_oui - oui paramters
|
||||
* @oui: oui parameters
|
||||
* @vdev_id: interface id
|
||||
* @enb_probe_req_sno_randomization: control probe req sequence no randomization
|
||||
*/
|
||||
struct scan_mac_oui {
|
||||
uint8_t oui[WMI_WIFI_SCANNING_MAC_OUI_LENGTH];
|
||||
uint32_t vdev_id;
|
||||
bool enb_probe_req_sno_randomization;
|
||||
};
|
||||
|
||||
#define WMI_PASSPOINT_REALM_LEN 256
|
||||
|
Reference in New Issue
Block a user