Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/utils/
Dmac_frame.h313 uint8_t otMacFrameGenerateCslIeTemplate(uint8_t *aDest);
Dmac_frame.cpp263 uint8_t otMacFrameGenerateCslIeTemplate(uint8_t *aDest) in otMacFrameGenerateCslIeTemplate() function
/openthread-latest/examples/platforms/simulation/
Dradio.c1089 offset += otMacFrameGenerateCslIeTemplate(sAckIeData); in generateAckIeData()