Home
last modified time | relevance | path

Searched refs:GetTimeIeOffset (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/mac/
Dmac.hpp867 uint8_t GetTimeIeOffset(const Frame &aFrame);
Dmac.cpp954 VerifyOrExit(aFrame.GetTimeIeOffset() == 0); in ProcessTransmitSecurity()
1073 uint8_t timeIeOffset = GetTimeIeOffset(*frame); in BeginTransmit()
2415 uint8_t Mac::GetTimeIeOffset(const Frame &aFrame) in GetTimeIeOffset() function in ot::Mac::Mac
Dsub_mac.cpp402 VerifyOrExit(mTransmitFrame.GetTimeIeOffset() == 0); in ProcessTransmitSecurity()
Dmac_frame.hpp1272 uint8_t GetTimeIeOffset(void) const { return mInfo.mTxInfo.mIeInfo->mTimeIeOffset; } in GetTimeIeOffset() function in ot::Mac::TxFrame