Home
last modified time | relevance | path

Searched refs:RadioTypeToString (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_types.cpp192 string.Append("%s%s", addComma ? ", " : " ", RadioTypeToString(kRadioTypeIeee802154)); in ToString()
200 string.Append("%s%s", addComma ? ", " : " ", RadioTypeToString(kRadioTypeTrel)); in ToString()
212 const char *RadioTypeToString(RadioType aRadioType) in RadioTypeToString() function
Dmac_types.hpp754 const char *RadioTypeToString(RadioType aRadioType);
Dmac_frame.cpp1646 string.Append(", radio:%s", RadioTypeToString(GetRadioType())); in ToInfoString()
Dmac.cpp1400 … LogDebg("Frame tx failed on required radio link %s with error %s", RadioTypeToString(radio), in HandleTransmitDone()
/openthread-latest/src/cli/
Dcli_history.hpp101 static const char *RadioTypeToString(const otHistoryTrackerMessageInfo &aInfo);
Dcli_history.cpp1021 const char *History::RadioTypeToString(const otHistoryTrackerMessageInfo &aInfo) in RadioTypeToString() function in ot::Cli::History
1197 …ine(" %s:0x%04x radio:%s", aIsRx ? "from" : "to", aInfo.mNeighborRloc16, RadioTypeToString(aInfo)); in OutputRxTxEntryListFormat()
1240 OutputLine("| %5.5s |", RadioTypeToString(aInfo)); in OutputRxTxEntryTableFormat()
/openthread-latest/src/core/thread/
Dradio_selector.cpp370 preferenceString.Append("%s%s:%d", isFirstEntry ? "" : " ", RadioTypeToString(radio), in Log()
377RadioTypeToString(aRadioType), aNeighbor.GetExtAddress().ToString().AsCString(), aNeighbor.GetRloc… in Log()
Dmesh_forwarder.cpp1904 …aString.Append(", radio:%s", aMessage.IsRadioTypeSet() ? RadioTypeToString(aMessage.GetRadioType()… in AppendSecErrorPrioRssRadioLabelsToLogString()