Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dkey_manager.cpp418 void KeyManager::SetAllMacFrameCounters(uint32_t aMacFrameCounter) in SetAllMacFrameCounters()
428 void KeyManager::MacFrameCounterUsed(uint32_t aMacFrameCounter) in MacFrameCounterUsed()
/external/openthread/src/core/mac/
Dlink_raw.cpp261 Error LinkRaw::SetMacFrameCounter(uint32_t aMacFrameCounter) in SetMacFrameCounter()
/external/openthread/src/core/api/
Dlink_raw_api.cpp235 otError otLinkRawSetMacFrameCounter(otInstance *aInstance, uint32_t aMacFrameCounter) in otLinkRawSetMacFrameCounter()
/external/openthread/src/core/radio/
Dradio_platform.cpp221 OT_TOOL_WEAK void otPlatRadioSetMacFrameCounter(otInstance *aInstance, uint32_t aMacFrameCounter) in otPlatRadioSetMacFrameCounter()
Dradio.hpp301 void SetMacFrameCounter(uint32_t aMacFrameCounter) in SetMacFrameCounter()
/external/openthread/src/posix/platform/
Dradio.cpp594 void otPlatRadioSetMacFrameCounter(otInstance *aInstance, uint32_t aMacFrameCounter) in otPlatRadioSetMacFrameCounter()
/external/openthread/src/core/common/
Dsettings.hpp246 void SetMacFrameCounter(uint32_t aMacFrameCounter) in SetMacFrameCounter()
/external/openthread/examples/platforms/simulation/
Dradio.c1273 void otPlatRadioSetMacFrameCounter(otInstance *aInstance, uint32_t aMacFrameCounter) in otPlatRadioSetMacFrameCounter()
/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp1198 …Error RadioSpinel<InterfaceType, ProcessContextType>::SetMacFrameCounter(uint32_t aMacFrameCounter) in SetMacFrameCounter()