Home
last modified time | relevance | path

Searched defs:aMacFrameCounter (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/openthread/src/core/api/
H A Dlink_raw_api.cpp224 otError otLinkRawSetMacFrameCounter(otInstance *aInstance, uint32_t aMacFrameCounter) in otLinkRawSetMacFrameCounter()
229 otError otLinkRawSetMacFrameCounterIfLarger(otInstance *aInstance, uint32_t aMacFrameCounter) in otLinkRawSetMacFrameCounterIfLarger()
/aosp_15_r20/external/openthread/src/core/radio/
H A Dradio_platform.cpp222 OT_TOOL_WEAK void otPlatRadioSetMacFrameCounter(otInstance *aInstance, uint32_t aMacFrameCounter) in otPlatRadioSetMacFrameCounter()
228 …L_WEAK void otPlatRadioSetMacFrameCounterIfLarger(otInstance *aInstance, uint32_t aMacFrameCounter) in otPlatRadioSetMacFrameCounterIfLarger()
H A Dradio.hpp368 void SetMacFrameCounter(uint32_t aMacFrameCounter) in SetMacFrameCounter()
380 void SetMacFrameCounterIfLarger(uint32_t aMacFrameCounter) in SetMacFrameCounterIfLarger()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dradio.cpp911 void otPlatRadioSetMacFrameCounter(otInstance *aInstance, uint32_t aMacFrameCounter) in otPlatRadioSetMacFrameCounter()
917 void otPlatRadioSetMacFrameCounterIfLarger(otInstance *aInstance, uint32_t aMacFrameCounter) in otPlatRadioSetMacFrameCounterIfLarger()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dkey_manager.cpp434 void KeyManager::MacFrameCounterUsed(uint32_t aMacFrameCounter) in MacFrameCounterUsed()
/aosp_15_r20/external/openthread/src/core/common/
H A Dsettings.hpp252 void SetMacFrameCounter(uint32_t aMacFrameCounter) in SetMacFrameCounter()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dradio.c1263 void otPlatRadioSetMacFrameCounter(otInstance *aInstance, uint32_t aMacFrameCounter) in otPlatRadioSetMacFrameCounter()
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp921 otError RadioSpinel::SetMacFrameCounter(uint32_t aMacFrameCounter, bool aSetIfLarger) in SetMacFrameCounter()