Home
last modified time | relevance | path

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

/external/openthread/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.cpp931 void SubMac::SetMacKey(uint8_t aKeyIdMode, in SetMacKey()
Dmac_frame.cpp580 void Frame::SetKeyId(uint8_t aKeyId) in SetKeyId()
/external/openthread/examples/platforms/utils/
Dmac_frame.cpp209 void otMacFrameSetKeyId(otRadioFrame *aFrame, uint8_t aKeyId) in otMacFrameSetKeyId()
/external/openthread/src/core/api/
Dlink_raw_api.cpp226 uint8_t aKeyId, in otLinkRawSetMacKey()
/external/openthread/src/core/radio/
Dradio_platform.cpp206 uint8_t aKeyId, in otPlatRadioSetMacKey()
Dradio.hpp714 inline void Radio::SetMacKey(uint8_t aKeyIdMode, in SetMacKey()
/external/openthread/src/posix/platform/
Dradio.cpp583 uint8_t aKeyId, in otPlatRadioSetMacKey()
/external/openthread/examples/platforms/simulation/
Dradio.c1252 uint8_t aKeyId, in otPlatRadioSetMacKey()
/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp1155 otError RadioSpinel<InterfaceType, ProcessContextType>::SetMacKey(uint8_t aKeyIdMod… in SetMacKey()