summaryrefslogtreecommitdiff
path: root/qcwcn/wifi_hal/qca-vendor_copy.h
diff options
context:
space:
mode:
authorPeng Xu <pxu@codeaurora.org>2018-03-14 14:11:37 -0700
committerAhmed ElArabawy <arabawy@google.com>2019-02-06 10:03:30 -0800
commit1abf1675d4bb7f595d48de1f56aaee435c604279 (patch)
tree3b0ee65e0896aaa0e01649ea1a2428f8aa6a386d /qcwcn/wifi_hal/qca-vendor_copy.h
parent4333c0e76d0c8427e308d866ef0349753d2c984d (diff)
downloadwlan-1abf1675d4bb7f595d48de1f56aaee435c604279.tar.gz
WiFi-HAL: Add user hint sub-type to set country code commmand
Add new user hint sub-type NL80211_USER_REG_HINT_CELL_BASE to wifi_set_country_code command if the feature is supported by host driver. Bug: 121154896 Test: Regression test Change-Id: Ie1c0da1cc75aba02809ffd0f5d76bdb4f2ec680c CRs-fixed: 2205885
Diffstat (limited to 'qcwcn/wifi_hal/qca-vendor_copy.h')
-rw-r--r--qcwcn/wifi_hal/qca-vendor_copy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/qcwcn/wifi_hal/qca-vendor_copy.h b/qcwcn/wifi_hal/qca-vendor_copy.h
index 6d2f0c7..3f5163f 100644
--- a/qcwcn/wifi_hal/qca-vendor_copy.h
+++ b/qcwcn/wifi_hal/qca-vendor_copy.h
@@ -944,6 +944,10 @@ enum qca_wlan_vendor_features {
QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY = 1,
QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS = 2,
QCA_WLAN_VENDOR_FEATURE_P2P_LISTEN_OFFLOAD = 3,
+ QCA_WLAN_VENDOR_FEATURE_OCE_STA = 4,
+ QCA_WLAN_VENDOR_FEATURE_OCE_AP = 5,
+ QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON = 6,
+ QCA_WLAN_VENDOR_FEATURE_SELF_MANAGED_REGULATORY = 7,
NUM_QCA_WLAN_VENDOR_FEATURES /* keep last */
};