Home
last modified time | relevance | path

Searched defs:TxFrame (Results 1 – 4 of 4) sorted by relevance

/external/openthread/src/core/mac/
Dlink_raw.hpp306 void RecordFrameTransmitStatus(const TxFrame &, const RxFrame *, Error, uint8_t, bool) {} in RecordFrameTransmitStatus()
Dmac.cpp2241 void Mac::LogFrameTxFailure(const TxFrame &, Error, uint8_t, bool) const in LogFrameTxFailure() argument
Dmac_frame.hpp1199 class TxFrame : public Frame class
/external/openthread/src/core/radio/
Dradio.hpp996 inline Error Radio::Transmit(Mac::TxFrame &) in Transmit()