fw-api: CL 23557966 - update fw common interface files

add WMI_VENDOR_OUI_ACTION_ENABLE_CTS2SELF_WITH_QOS_NULL def

Change-Id: I20e0cb68828728a1a299ccb02b096982554889cd
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2023-06-22 06:01:14 -07:00
parent 7b7058806a
commit 5f497f6bad
3 changed files with 9 additions and 1 deletions

View File

@@ -24843,6 +24843,12 @@ typedef enum
*/
WMI_VENDOR_OUI_ACTION_DISABLE_DYNAMIC_QOS_NULL_TX_RATE = 10,
/*
* Enable CTS2SELF with QoS null frame if specific vendor OUI
* received in beacon.
*/
WMI_VENDOR_OUI_ACTION_ENABLE_CTS2SELF_WITH_QOS_NULL = 11,
/* Add any action before this line */
WMI_VENDOR_OUI_ACTION_MAX_ACTION_ID
} wmi_vendor_oui_action_id;