aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvamsi krishna <vamsin@qti.qualcomm.com>2016-08-02 22:15:56 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-24 21:48:59 -0700
commit2a71e7cb482a50d68e13a6d6c94003ce883204dd (patch)
tree1e4418e58a7c3218bdcab7d4a119f0df8804e759
parenta8fc65ac2d37ebae79814c23deaa84e9d8ca18c3 (diff)
downloadandroid_external_wpa_supplicant_8-2a71e7cb482a50d68e13a6d6c94003ce883204dd.tar.gz
android_external_wpa_supplicant_8-2a71e7cb482a50d68e13a6d6c94003ce883204dd.tar.bz2
android_external_wpa_supplicant_8-2a71e7cb482a50d68e13a6d6c94003ce883204dd.zip
Define QCA vendor config attribute to set default scan IEs to the driver
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com> Git-commit: ab21863108f3e8ba178911067514100d07c3ab26 Git-repo: git://w1.fi/srv/git/hostap.git Change-Id: I905d93b10f32c81b64dfecbec2b181791b351226 CRs-Fixed: 1049832
-rw-r--r--src/common/qca-vendor.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h
index ecb3f9d2..982b1ebc 100644
--- a/src/common/qca-vendor.h
+++ b/src/common/qca-vendor.h
@@ -651,6 +651,17 @@ enum qca_wlan_vendor_attr_config {
* packet count. The peer is disconnected once this threshold is
* reached. */
QCA_WLAN_VENDOR_ATTR_CONFIG_TX_FAIL_COUNT,
+ /* Attribute used to set scan default IEs to the driver.
+ *
+ * These IEs can be used by scan operations that will be initiated by
+ * the driver/firmware.
+ *
+ * For further scan requests coming to the driver, these IEs should be
+ * merged with the IEs received along with scan request coming to the
+ * driver. If a particular IE is present in the scan default IEs but not
+ * present in the scan request, then that IE should be added to the IEs
+ * sent in the Probe Request frames for that scan request. */
+ QCA_WLAN_VENDOR_ATTR_CONFIG_SCAN_DEFAULT_IES,
/* keep last */
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,