aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVikram Kandukuri <vikram@qti.qualcomm.com>2016-08-01 22:30:39 +0530
committerHamad Kadmany <hkadmany@codeaurora.org>2016-10-10 11:45:19 +0300
commit53ff624c4a43efa27dbcc98a30e560b42fddaaf0 (patch)
tree7d5674ec07f30a4aa8a4a99ed26417e8dafa9ff7 /src
parent0412416b554b96c347030ef70dc834f85ea4416c (diff)
downloadandroid_external_wpa_supplicant_8-53ff624c4a43efa27dbcc98a30e560b42fddaaf0.tar.gz
android_external_wpa_supplicant_8-53ff624c4a43efa27dbcc98a30e560b42fddaaf0.tar.bz2
android_external_wpa_supplicant_8-53ff624c4a43efa27dbcc98a30e560b42fddaaf0.zip
Assign QCA vendor attributes for generic commands
Change-Id: I97e1658c4ad739f11f396334cb4b2e64f1fca821 Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com> Git-commit: babf0ce0d27f8bdab68a4ec39d2c957fb55a932d Git-repo: git://w1.fi/srv/git/hostap.git CRs-Fixed: 1064000
Diffstat (limited to 'src')
-rw-r--r--src/common/qca-vendor.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h
index 4158c5dc..2ab35bc1 100644
--- a/src/common/qca-vendor.h
+++ b/src/common/qca-vendor.h
@@ -815,6 +815,18 @@ enum qca_wlan_vendor_attr_config {
* 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,
+ /* Unsigned 32-bit attribute for generic commands */
+ QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_COMMAND,
+ /* Unsigned 32-bit value attribute for generic commands */
+ QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_VALUE,
+ /* Unsigned 32-bit data attribute for generic command response */
+ QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_DATA,
+ /* Unsigned 32-bit length attribute for
+ * QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_DATA */
+ QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_LENGTH,
+ /* Unsigned 32-bit flags attribute for
+ * QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_DATA */
+ QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_FLAGS,
/* keep last */
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,