|
@@ -3034,6 +3034,7 @@ enum qca_wlan_vendor_attr_nd_offload {
|
|
|
* only OCE STA-CFON functionalities.
|
|
|
* @QCA_WLAN_VENDOR_FEATURE_SELF_MANAGED_REGULATORY: Device supports self
|
|
|
* managed regulatory.
|
|
|
+ * @QCA_WLAN_VENDOR_FEATURE_TWT: Device supports TWT (Target Wake Time).
|
|
|
*/
|
|
|
enum qca_wlan_vendor_features {
|
|
|
QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD = 0,
|
|
@@ -3044,6 +3045,7 @@ enum qca_wlan_vendor_features {
|
|
|
QCA_WLAN_VENDOR_FEATURE_OCE_AP = 5,
|
|
|
QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON = 6,
|
|
|
QCA_WLAN_VENDOR_FEATURE_SELF_MANAGED_REGULATORY = 7,
|
|
|
+ QCA_WLAN_VENDOR_FEATURE_TWT = 8,
|
|
|
/* Additional features need to be added above this */
|
|
|
NUM_QCA_WLAN_VENDOR_FEATURES
|
|
|
};
|