Browse Source

qcacmn: Add support to provide default scan IE's to FW

As part of MBO(MultiBand Operations), host driver need to supply
the default scan IEs to firmware at wifi init time using existing
VDEV SET IE command. FW uses these Scan IE's in subsequent scans
.i.e. FW initiated Probe Requests.

This Fix updates the vdev_ie_info_param struct with ie_source.
ie_source will be set with zero for VDEV SET IE commands from
host driver

Change-Id: Ie2e87da8aa94b76aef431e25d9974b8fed63eba9
CRs-Fixed: 1039969
Selvaraj, Sridhar 8 years ago
parent
commit
83ac1bd294
1 changed files with 1 additions and 0 deletions
  1. 1 0
      wmi/inc/wmi_unified_param.h

+ 1 - 0
wmi/inc/wmi_unified_param.h

@@ -2597,6 +2597,7 @@ struct vdev_ie_info_param {
 	uint32_t vdev_id;
 	uint32_t ie_id;
 	uint32_t length;
+	uint32_t ie_source;
 	uint8_t *data;
 };