Home
last modified time | relevance | path

Searched refs:SetMacFrameCounter (Results 1 – 14 of 14) sorted by relevance

/openthread-latest/src/core/mac/
Dlink_raw.hpp269 Error SetMacFrameCounter(uint32_t aFrameCounter, bool aSetIfLarger);
Dmac_links.cpp250 void Links::SetMacFrameCounter(TxFrame &aFrame) in SetMacFrameCounter() function in ot::Mac::Links
Dlink_raw.cpp266 Error LinkRaw::SetMacFrameCounter(uint32_t aFrameCounter, bool aSetIfLarger) in SetMacFrameCounter() function in ot::Mac::LinkRaw
Dmac_links.hpp691 void SetMacFrameCounter(TxFrame &aFrame);
Dsub_mac.cpp989 Get<Radio>().SetMacFrameCounter(aFrameCounter); in SetFrameCounter()
Dmac.cpp919 mLinks.SetMacFrameCounter(aFrame); in ProcessTransmitSecurity()
/openthread-latest/src/core/api/
Dlink_raw_api.cpp215 …return AsCoreType(aInstance).Get<Mac::LinkRaw>().SetMacFrameCounter(aMacFrameCounter, /* aSetIfLar… in otLinkRawSetMacFrameCounter()
220 …return AsCoreType(aInstance).Get<Mac::LinkRaw>().SetMacFrameCounter(aMacFrameCounter, /* aSetIfLar… in otLinkRawSetMacFrameCounterIfLarger()
/openthread-latest/src/core/radio/
Dradio.cpp69 SetMacFrameCounter(0); in Init()
Dradio.hpp377 void SetMacFrameCounter(uint32_t aMacFrameCounter) in SetMacFrameCounter() function in ot::Radio
/openthread-latest/src/posix/platform/
Dradio.cpp920 SuccessOrDie(GetRadioSpinel().SetMacFrameCounter(aMacFrameCounter, /* aSetIfLarger */ false)); in otPlatRadioSetMacFrameCounter()
926 SuccessOrDie(GetRadioSpinel().SetMacFrameCounter(aMacFrameCounter, /* aSetIfLarger */ true)); in otPlatRadioSetMacFrameCounterIfLarger()
/openthread-latest/src/core/common/
Dsettings.hpp235 void SetMacFrameCounter(uint32_t aMacFrameCounter) in SetMacFrameCounter() function in ot::SettingsBase::NetworkInfo
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp745 otError SetMacFrameCounter(uint32_t aMacFrameCounter, bool aSetIfLarger);
Dradio_spinel.cpp938 otError RadioSpinel::SetMacFrameCounter(uint32_t aMacFrameCounter, bool aSetIfLarger) in SetMacFrameCounter() function in ot::Spinel::RadioSpinel
/openthread-latest/src/core/thread/
Dmle.cpp512 …networkInfo.SetMacFrameCounter(Get<KeyManager>().GetMaximumMacFrameCounter() + mStoreFrameCounterA… in Store()