Home
last modified time | relevance | path

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

/openthread-3.6.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;
Dneighbor.cpp200 void Neighbor::AggregateLinkMetrics(uint8_t aSeriesId, uint8_t aFrameType, uint8_t aLqi, int8_t aRs… in AggregateLinkMetrics() argument
206 entry.AggregateLinkMetrics(aFrameType, aLqi, aRss); in AggregateLinkMetrics()
Dneighbor.hpp706 void AggregateLinkMetrics(uint8_t aSeriesId, uint8_t aFrameType, uint8_t aLqi, int8_t aRss);
Dmesh_forwarder.hpp517 Mac::Frame::Type aFrameType,
Dmesh_forwarder.cpp855 Mac::Frame::Type aFrameType, in PrepareMacHeaders() argument
868 aFrame.InitMacHeader(aFrameType, version, aMacAddrs, aPanIds, aSecurityLevel, aKeyIdMode); in PrepareMacHeaders()