Home
last modified time | relevance | path

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

/external/openthread/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
Dmac_links.hpp675 void SetMacFrameCounter(TxFrame &aFrame);
Dlink_raw.cpp266 Error LinkRaw::SetMacFrameCounter(uint32_t aFrameCounter, bool aSetIfLarger) in SetMacFrameCounter() function in ot::Mac::LinkRaw
Dsub_mac.cpp1007 Get<Radio>().SetMacFrameCounter(aFrameCounter); in SetFrameCounter()
Dmac.cpp912 mLinks.SetMacFrameCounter(aFrame); in ProcessTransmitSecurity()
/external/openthread/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()
/external/openthread/src/core/radio/
Dradio.cpp69 SetMacFrameCounter(0); in Init()
Dradio.hpp377 void SetMacFrameCounter(uint32_t aMacFrameCounter) in SetMacFrameCounter() function in ot::Radio
/external/openthread/src/posix/platform/
Dradio.cpp938 SuccessOrDie(GetRadioSpinel().SetMacFrameCounter(aMacFrameCounter, /* aSetIfLarger */ false)); in otPlatRadioSetMacFrameCounter()
944 SuccessOrDie(GetRadioSpinel().SetMacFrameCounter(aMacFrameCounter, /* aSetIfLarger */ true)); in otPlatRadioSetMacFrameCounterIfLarger()
/external/openthread/src/core/common/
Dsettings.hpp236 void SetMacFrameCounter(uint32_t aMacFrameCounter) in SetMacFrameCounter() function in ot::SettingsBase::NetworkInfo
/external/openthread/src/lib/spinel/
Dradio_spinel.hpp767 otError SetMacFrameCounter(uint32_t aMacFrameCounter, bool aSetIfLarger);
Dradio_spinel.cpp941 otError RadioSpinel::SetMacFrameCounter(uint32_t aMacFrameCounter, bool aSetIfLarger) in SetMacFrameCounter() function in ot::Spinel::RadioSpinel
/external/openthread/src/core/thread/
Dmle.cpp512 …networkInfo.SetMacFrameCounter(Get<KeyManager>().GetMaximumMacFrameCounter() + mStoreFrameCounterA… in Store()