Home
last modified time | relevance | path

Searched defs:aKeyId (Results 1 – 11 of 11) sorted by relevance

/openthread-3.5.0/src/core/mac/
Ddata_poll_handler.hpp104 void SetIndirectKeyId(uint8_t aKeyId) { mIndirectKeyId = aKeyId; } in SetIndirectKeyId()
Dlink_raw.cpp238 Error LinkRaw::SetMacKey(uint8_t aKeyIdMode, in SetMacKey()
Dsub_mac.cpp982 void SubMac::SetMacKey(uint8_t aKeyIdMode, in SetMacKey()
1013 void SubMac::SignalFrameCounterUsed(uint32_t aFrameCounter, uint8_t aKeyId) in SignalFrameCounterUsed()
Dmac_frame.cpp789 void Frame::SetKeyId(uint8_t aKeyId) in SetKeyId()
/openthread-3.5.0/examples/platforms/utils/
Dmac_frame.cpp209 void otMacFrameSetKeyId(otRadioFrame *aFrame, uint8_t aKeyId) { static_cast<Mac::Frame *>(aFrame)->… in otMacFrameSetKeyId()
/openthread-3.5.0/src/core/radio/
Dradio_platform.cpp194 uint8_t aKeyId, in otPlatRadioSetMacKey()
Dradio.hpp771 inline void Radio::SetMacKey(uint8_t aKeyIdMode, in SetMacKey()
/openthread-3.5.0/src/core/api/
Dlink_raw_api.cpp215 uint8_t aKeyId, in otLinkRawSetMacKey()
/openthread-3.5.0/src/posix/platform/
Dradio.cpp782 uint8_t aKeyId, in otPlatRadioSetMacKey()
/openthread-3.5.0/examples/platforms/simulation/
Dradio.c1358 uint8_t aKeyId, in otPlatRadioSetMacKey()
/openthread-3.5.0/src/lib/spinel/
Dradio_spinel_impl.hpp987 otError RadioSpinel<InterfaceType>::SetMacKey(uint8_t aKeyIdMode, in SetMacKey()