]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
FILS: Vendor attribute to disable driver FILS features
authorVamsi Krishna <vamsin@qti.qualcomm.com>
Wed, 30 Aug 2017 13:26:43 +0000 (18:56 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 25 Sep 2017 17:22:46 +0000 (20:22 +0300)
The FILS features on STA needs to be disabled for testing purposes to
verify the APUT behavior with non-FILS STAs. Add a QCA vendor attribute
for doing so.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/common/qca-vendor.h

index da15e4ab4684a83f824245578073b9f945dc2f40..c2dea81ef7ac65d21ef377f6402e434f567055e5 100644 (file)
@@ -1427,6 +1427,11 @@ enum qca_wlan_vendor_attr_config {
         */
        QCA_WLAN_VENDOR_ATTR_CONFIG_PENALIZE_AFTER_NCONS_BEACON_MISS_BTC = 53,
 
+       /* 8-bit unsigned value to configure the driver and below layers to
+        * enable/disable all FILS features.
+        * 0-enable, 1-disable */
+       QCA_WLAN_VENDOR_ATTR_CONFIG_DISABLE_FILS = 54,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =