Home
last modified time | relevance | path

Searched refs:otMacFrameSetKeyId (Results 1 – 3 of 3) sorted by relevance

/openthread-2.7.6/examples/platforms/utils/
Dmac_frame.h277 void otMacFrameSetKeyId(otRadioFrame *aFrame, uint8_t aKeyId);
Dmac_frame.cpp209 void otMacFrameSetKeyId(otRadioFrame *aFrame, uint8_t aKeyId) in otMacFrameSetKeyId() function
/openthread-2.7.6/examples/platforms/simulation/
Dradio.c648 otMacFrameSetKeyId(aFrame, keyId); in radioProcessTransmitSecurity()