|
@@ -2237,6 +2237,14 @@ typedef struct {
|
|
|
A_UINT32 su_sw_rts_flushed;
|
|
|
/** CTS (RTS response) received in different BW */
|
|
|
A_UINT32 su_sw_rts_rcvd_cts_diff_bw;
|
|
|
+ /** 11AX HE MU Combined Freq. BSRP Trigger frame sent over the air */
|
|
|
+ A_UINT32 combined_ax_bsr_trigger_tried[HTT_NUM_AC_WMM];
|
|
|
+ /** 11AX HE MU Combined Freq. BSRP Trigger completed with error(s) */
|
|
|
+ A_UINT32 combined_ax_bsr_trigger_err[HTT_NUM_AC_WMM];
|
|
|
+ /** 11AX HE MU Standalone Freq. BSRP Trigger frame sent over the air */
|
|
|
+ A_UINT32 standalone_ax_bsr_trigger_tried[HTT_NUM_AC_WMM];
|
|
|
+ /** 11AX HE MU Standalone Freq. BSRP Trigger completed with error(s) */
|
|
|
+ A_UINT32 standalone_ax_bsr_trigger_err[HTT_NUM_AC_WMM];
|
|
|
} htt_tx_selfgen_cmn_stats_tlv;
|
|
|
|
|
|
typedef struct {
|