|
@@ -5108,6 +5108,7 @@ typedef enum {
|
|
|
wmi_service_go_connected_d3_wow,
|
|
|
wmi_service_ext_tpc_reg_support,
|
|
|
wmi_service_ndi_txbf_support,
|
|
|
+ wmi_service_reg_cc_ext_event_support,
|
|
|
wmi_services_max,
|
|
|
} wmi_conv_service_ids;
|
|
|
#define WMI_SERVICE_UNAVAILABLE 0xFFFF
|
|
@@ -5247,6 +5248,7 @@ struct wmi_host_fw_abi_ver {
|
|
|
* @ast_tid_low_mask_enable: enable tid valid mask for low priority flow
|
|
|
* @nan_separate_iface_support: Separate iface creation for NAN
|
|
|
* @time_sync_ftm: enable ftm based time sync
|
|
|
+ * @is_reg_cc_ext_event_supported: Flag to indicate if reg_cc_ext is supported
|
|
|
* @max_rnr_neighbours: Max supported RNR neighbors in multisoc APs
|
|
|
* @ema_max_vap_cnt: Number of maximum EMA tx-vaps at any instance of time
|
|
|
* @ema_max_profile_period: Maximum EMA profile periodicity on any pdev
|
|
@@ -5354,6 +5356,7 @@ typedef struct {
|
|
|
ast_tid_low_mask_enable:8;
|
|
|
bool nan_separate_iface_support;
|
|
|
bool time_sync_ftm;
|
|
|
+ bool is_reg_cc_ext_event_supported;
|
|
|
uint32_t max_rnr_neighbours;
|
|
|
uint32_t ema_max_vap_cnt;
|
|
|
uint32_t ema_max_profile_period;
|