[cli] print missing mac counters (#8210)

Co-authored-by: Tobias <[email protected]>
This commit is contained in:
Tobías Lifschitz
2022-09-28 14:04:14 -07:00
committed by GitHub
co-authored by Tobias
parent 32a17d8abe
commit 12a1e618b2
+3
View File
@@ -2459,6 +2459,9 @@ template <> otError Interpreter::Process<Cmd("counters")>(Arg aArgs[])
{&otMacCounters::mTxRetry, "TxRetry"},
{&otMacCounters::mTxErrCca, "TxErrCca"},
{&otMacCounters::mTxErrBusyChannel, "TxErrBusyChannel"},
{&otMacCounters::mTxErrAbort, "TxErrAbort"},
{&otMacCounters::mTxDirectMaxRetryExpiry, "TxDirectMaxRetryExpiry"},
{&otMacCounters::mTxIndirectMaxRetryExpiry, "TxIndirectMaxRetryExpiry"},
};
static const MacCounterName kRxCounterNames[] = {