Home
last modified time | relevance | path

Searched refs:aFrameType (Results 1 – 6 of 6) sorted by relevance

/openthread-3.4.0/src/core/thread/
Dlink_metrics_types.cpp120 void SeriesInfo::AggregateLinkMetrics(uint8_t aFrameType, uint8_t aLqi, int8_t aRss) in AggregateLinkMetrics() argument
122 if (IsFrameTypeMatch(aFrameType)) in AggregateLinkMetrics()
130 bool SeriesInfo::IsFrameTypeMatch(uint8_t aFrameType) const in IsFrameTypeMatch()
134 switch (aFrameType) in IsFrameTypeMatch()
Dlink_metrics_types.hpp332 void AggregateLinkMetrics(uint8_t aFrameType, uint8_t aLqi, int8_t aRss);
344 bool IsFrameTypeMatch(uint8_t aFrameType) const;
Dtopology.cpp206 void Neighbor::AggregateLinkMetrics(uint8_t aSeriesId, uint8_t aFrameType, uint8_t aLqi, int8_t aRs… in AggregateLinkMetrics() argument
212 entry.AggregateLinkMetrics(aFrameType, aLqi, aRss); in AggregateLinkMetrics()
Dmesh_forwarder.hpp450 Mac::Frame::Type aFrameType,
Dtopology.hpp714 void AggregateLinkMetrics(uint8_t aSeriesId, uint8_t aFrameType, uint8_t aLqi, int8_t aRss);
Dmesh_forwarder.cpp792 Mac::Frame::Type aFrameType, in PrepareMacHeaders() argument
805 aFrame.InitMacHeader(aFrameType, version, aMacAddrs, aPanIds, aSecurityLevel, aKeyIdMode); in PrepareMacHeaders()