Home
last modified time | relevance | path

Searched refs:mAveRxRss (Results 1 – 3 of 3) sorted by relevance

/openthread-3.5.0/include/openthread/
Dhistory_tracker.h155 …int8_t mAveRxRss; ///< RSS of received message or OT_RADIO_INVALID_RSSI if not know… member
/openthread-3.5.0/src/cli/
Dcli_history.cpp580 OutputFormat("rss:%d", aInfo.mAveRxRss); in OutputRxTxEntryListFormat()
609 OutputFormat("%4d | RX ", aInfo.mAveRxRss); in OutputRxTxEntryTableFormat()
/openthread-3.5.0/src/core/utils/
Dhistory_tracker.cpp136 …entry->mAveRxRss = (aType == kRxMessage) ? aMessage.GetRssAverager().GetAverage() : Ra… in RecordMessage()