Searched defs:aKeyId (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/openthread/src/core/mac/ |
H A D | sub_mac.cpp | 897 void SubMac::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() 928 void SubMac::SignalFrameCounterUsed(uint32_t aFrameCounter, uint8_t aKeyId) in SignalFrameCounterUsed()
|
H A D | data_poll_handler.hpp | 104 void SetIndirectKeyId(uint8_t aKeyId) { mIndirectKeyId = aKeyId; } in SetIndirectKeyId()
|
H A D | link_raw.cpp | 238 Error LinkRaw::SetMacKey(uint8_t aKeyIdMode, in SetMacKey()
|
H A D | mac_frame.cpp | 812 void Frame::SetKeyId(uint8_t aKeyId) in SetKeyId()
|
/aosp_15_r20/external/openthread/src/lib/spinel/ |
H A D | radio_spinel.cpp | 858 otError RadioSpinel::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() 880 otError RadioSpinel::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() 892 otError RadioSpinel::SetMacKey(uint8_t aKeyIdMode, in SetMacKey()
|
/aosp_15_r20/external/openthread/examples/platforms/utils/ |
H A D | mac_frame.cpp | 221 void otMacFrameSetKeyId(otRadioFrame *aFrame, uint8_t aKeyId) { static_cast<Mac::Frame *>(aFrame)->… in otMacFrameSetKeyId()
|
/aosp_15_r20/external/openthread/src/core/api/ |
H A D | link_raw_api.cpp | 215 uint8_t aKeyId, in otLinkRawSetMacKey()
|
/aosp_15_r20/external/openthread/src/core/radio/ |
H A D | radio_platform.cpp | 207 uint8_t aKeyId, in otPlatRadioSetMacKey()
|
H A D | radio.hpp | 886 inline void Radio::SetMacKey(uint8_t aKeyIdMode, in SetMacKey()
|
/aosp_15_r20/external/openthread/examples/platforms/simulation/ |
H A D | radio.c | 1242 uint8_t aKeyId, in otPlatRadioSetMacKey()
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A D | radio.cpp | 900 uint8_t aKeyId, in otPlatRadioSetMacKey()
|