]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Assign QCA vendor attributes for generic commands
authorVikram Kandukuri <vikram@qti.qualcomm.com>
Mon, 1 Aug 2016 17:00:39 +0000 (22:30 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 3 Aug 2016 13:44:07 +0000 (16:44 +0300)
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/common/qca-vendor.h

index 182ce3e92484d8a28db09ddf7104a3a6f66ca00c..36450e92e3d8bb8d7827911d7c13f08963ae33d0 100644 (file)
@@ -679,6 +679,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,