From: Vamsi Krishna Date: Wed, 30 Aug 2017 13:26:43 +0000 (+0530) Subject: FILS: Vendor attribute to disable driver FILS features X-Git-Tag: hostap_2_7~1093 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d55b174609734d34ee286f9c25b055be2839d64b;p=thirdparty%2Fhostap.git FILS: Vendor attribute to disable driver FILS features 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 --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index da15e4ab4..c2dea81ef 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -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 =