Home
last modified time | relevance | path

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

/external/openthread/src/core/api/
Dlink_raw_api.cpp224 otError otLinkRawSetMacFrameCounter(otInstance *aInstance, uint32_t aMacFrameCounter) in otLinkRawSetMacFrameCounter()
229 otError otLinkRawSetMacFrameCounterIfLarger(otInstance *aInstance, uint32_t aMacFrameCounter) in otLinkRawSetMacFrameCounterIfLarger()
/external/openthread/src/core/radio/
Dradio_platform.cpp209 OT_TOOL_WEAK void otPlatRadioSetMacFrameCounter(otInstance *aInstance, uint32_t aMacFrameCounter) in otPlatRadioSetMacFrameCounter()
215 …L_WEAK void otPlatRadioSetMacFrameCounterIfLarger(otInstance *aInstance, uint32_t aMacFrameCounter) in otPlatRadioSetMacFrameCounterIfLarger()
Dradio.hpp360 void SetMacFrameCounter(uint32_t aMacFrameCounter) in SetMacFrameCounter()
372 void SetMacFrameCounterIfLarger(uint32_t aMacFrameCounter) in SetMacFrameCounterIfLarger()
/external/openthread/src/core/thread/
Dkey_manager.cpp427 void KeyManager::MacFrameCounterUsed(uint32_t aMacFrameCounter) in MacFrameCounterUsed()
/external/openthread/src/posix/platform/
Dradio.cpp913 void otPlatRadioSetMacFrameCounter(otInstance *aInstance, uint32_t aMacFrameCounter) in otPlatRadioSetMacFrameCounter()
919 void otPlatRadioSetMacFrameCounterIfLarger(otInstance *aInstance, uint32_t aMacFrameCounter) in otPlatRadioSetMacFrameCounterIfLarger()
/external/openthread/src/core/common/
Dsettings.hpp252 void SetMacFrameCounter(uint32_t aMacFrameCounter) in SetMacFrameCounter()
/external/openthread/examples/platforms/simulation/
Dradio.c1262 void otPlatRadioSetMacFrameCounter(otInstance *aInstance, uint32_t aMacFrameCounter) in otPlatRadioSetMacFrameCounter()
/external/openthread/src/lib/spinel/
Dradio_spinel.cpp1083 otError RadioSpinel::SetMacFrameCounter(uint32_t aMacFrameCounter, bool aSetIfLarger) in SetMacFrameCounter()