diff options
author | Vignesh Viswanathan <viswanat@codeaurora.org> | 2017-09-25 17:10:54 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-10-06 12:15:38 -0700 |
commit | 8f68cef19a7da91839958e96349e00ef79748e8a (patch) | |
tree | 9170f6a671b248425dd429197547071c21eabaff /uapi | |
parent | 3b42b26e33cd3bb99a6609f557efc025d849f80f (diff) |
qcacld-3.0: Add support to enable/disable FILS runtime
Currently, FILS feature is enabled with ini parameter
[is_fils_enabled] at init time. This change adds support
to enable disable FILS from vendor command.
Change-Id: I0c84d777a6259c96233a4777f184ddf6f7bc58af
CRs-Fixed: 2121214
Diffstat (limited to 'uapi')
-rw-r--r-- | uapi/linux/qca_vendor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uapi/linux/qca_vendor.h b/uapi/linux/qca_vendor.h index 8d5744c765fb..e2fc2c7a7209 100644 --- a/uapi/linux/qca_vendor.h +++ b/uapi/linux/qca_vendor.h @@ -3184,6 +3184,10 @@ enum qca_wlan_vendor_attr_config { /* 8-bit unsigned value to set the total beacon miss count */ QCA_WLAN_VENDOR_ATTR_CONFIG_TOTAL_BEACON_MISS_COUNT = 52, + /* 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 = 53, QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_CONFIG_MAX = QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST - 1, |