aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSunil Dutt <usdutt@qti.qualcomm.com>2016-08-09 10:28:35 +0530
committerHamad Kadmany <hkadmany@codeaurora.org>2016-10-10 11:46:21 +0300
commitf9148c1f63021584bb35d39f9489da3ee433557c (patch)
tree27bf556f7eb72bb86b0e624ba9d5257245b92c9d /src
parentd40fcb5292a5cfe1f5ca5af9dae9bf91b8936191 (diff)
downloadandroid_external_wpa_supplicant_8-f9148c1f63021584bb35d39f9489da3ee433557c.tar.gz
android_external_wpa_supplicant_8-f9148c1f63021584bb35d39f9489da3ee433557c.tar.bz2
android_external_wpa_supplicant_8-f9148c1f63021584bb35d39f9489da3ee433557c.zip
Define an attribute QCA_WLAN_VENDOR_ATTR_CONFIG_QPOWER
This can be used to enable/disable QPOWER. Change-Id: Ie8eb9c46012aa3233e37a4736c788e8e4efec423 Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com> Git-commit: dc24a3616ab1baba88a6fda76974ec38948c3933 Git-repo: git://w1.fi/srv/git/hostap.git CRs-Fixed: 1064000
Diffstat (limited to 'src')
-rw-r--r--src/common/qca-vendor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h
index e051937f..f615b1e4 100644
--- a/src/common/qca-vendor.h
+++ b/src/common/qca-vendor.h
@@ -860,6 +860,8 @@ enum qca_wlan_vendor_attr_config {
* not specified, the configurations are attributed to the respective
* wiphy. */
QCA_WLAN_VENDOR_ATTR_CONFIG_IFINDEX,
+ /* 8-bit unsigned value to trigger QPower: 1-Enable, 0-Disable */
+ QCA_WLAN_VENDOR_ATTR_CONFIG_QPOWER,
/* keep last */
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,