Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp302 reinterpret_cast<Mac::Frame *>(aFrame)->SetEnhAckProbingIe(aData, aDataLen); in otMacFrameSetEnhAckProbingIe()
/openthread-latest/src/core/mac/
Dmac_frame.hpp702 void SetEnhAckProbingIe(const uint8_t *aValue, uint8_t aLen);
Dmac_frame.cpp1215 void Frame::SetEnhAckProbingIe(const uint8_t *aValue, uint8_t aLen) in SetEnhAckProbingIe() function in ot::Mac::Frame