aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSunil Dutt <usdutt@qti.qualcomm.com>2016-08-04 22:22:21 +0530
committerHamad Kadmany <hkadmany@codeaurora.org>2016-10-10 11:46:08 +0300
commitd40fcb5292a5cfe1f5ca5af9dae9bf91b8936191 (patch)
tree2153479c641c339f8ce3037af959c02d814c934b /src
parent29b79012468064d8d55d32adf56f37f74adf8dcc (diff)
downloadandroid_external_wpa_supplicant_8-d40fcb5292a5cfe1f5ca5af9dae9bf91b8936191.tar.gz
android_external_wpa_supplicant_8-d40fcb5292a5cfe1f5ca5af9dae9bf91b8936191.tar.bz2
android_external_wpa_supplicant_8-d40fcb5292a5cfe1f5ca5af9dae9bf91b8936191.zip
Define an attribute QCA_WLAN_VENDOR_ATTR_CONFIG_IFINDEX
This can be used to set the configuration parameters per netdev (instead of wiphy). Change-Id: Ie62dbd51fafaa7c9acf0c6a323a087f2d85bf58b Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com> Git-commit: fed802c2e8e8d917bd67a5c3c90e99cf1ab23865 Git-repo: git://w1.fi/srv/git/hostap.git CRs-Fixed: 1064000
Diffstat (limited to 'src')
-rw-r--r--src/common/qca-vendor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h
index 08500d6e..e051937f 100644
--- a/src/common/qca-vendor.h
+++ b/src/common/qca-vendor.h
@@ -855,6 +855,11 @@ enum qca_wlan_vendor_attr_config {
* QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY to control the access.
* Zero length payload can be used to clear this access constraint. */
QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY_IE_LIST,
+ /* Unsigned 32-bit, specifies the interface index (netdev) for which the
+ * corresponding configurations are applied. If the interface index is
+ * not specified, the configurations are attributed to the respective
+ * wiphy. */
+ QCA_WLAN_VENDOR_ATTR_CONFIG_IFINDEX,
/* keep last */
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,