Home
last modified time | relevance | path

Searched refs:mTxErrBusyChannel (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/include/openthread/
Dlink.h219 uint32_t mTxErrBusyChannel; member
/openthread-latest/src/core/thread/
Dnetwork_diagnostic.cpp218 tlv.SetIfOutDiscards(counters.mTxErrBusyChannel); in AppendMacCounters()
/openthread-latest/src/core/mac/
Dmac.cpp1261 mCounters.mTxErrBusyChannel++; in RecordFrameTransmitStatus()
/openthread-latest/src/cli/
Dcli.cpp2323 {&otMacCounters::mTxErrBusyChannel, "TxErrBusyChannel"}, in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2840 SuccessOrExit(error = mEncoder.WriteUint32(counters->mTxErrBusyChannel)); in HandlePropertyGet()