Lines Matching defs:aFrame

36 bool otMacFrameDoesAddrMatch(const otRadioFrame *aFrame,  in otMacFrameDoesAddrMatch()
69 bool otMacFrameIsAck(const otRadioFrame *aFrame) in otMacFrameIsAck()
74 bool otMacFrameIsData(const otRadioFrame *aFrame) in otMacFrameIsData()
79 bool otMacFrameIsCommand(const otRadioFrame *aFrame) in otMacFrameIsCommand()
84 bool otMacFrameIsDataRequest(const otRadioFrame *aFrame) in otMacFrameIsDataRequest()
89 bool otMacFrameIsAckRequested(const otRadioFrame *aFrame) in otMacFrameIsAckRequested()
114 otError otMacFrameGetSrcAddr(const otRadioFrame *aFrame, otMacAddress *aMacAddress) in otMacFrameGetSrcAddr()
128 otError otMacFrameGetDstAddr(const otRadioFrame *aFrame, otMacAddress *aMacAddress) in otMacFrameGetDstAddr()
142 uint8_t otMacFrameGetSequence(const otRadioFrame *aFrame) in otMacFrameGetSequence()
147 void otMacFrameProcessTransmitAesCcm(otRadioFrame *aFrame, const otExtAddress *aExtAddress) in otMacFrameProcessTransmitAesCcm()
152 bool otMacFrameIsVersion2015(const otRadioFrame *aFrame) in otMacFrameIsVersion2015()
157 void otMacFrameGenerateImmAck(const otRadioFrame *aFrame, bool aIsFramePending, otRadioFrame *aAckF… in otMacFrameGenerateImmAck()
165 otError otMacFrameGenerateEnhAck(const otRadioFrame *aFrame, in otMacFrameGenerateEnhAck()
179 void otMacFrameSetCslIe(otRadioFrame *aFrame, uint16_t aCslPeriod, uint16_t aCslPhase) in otMacFrameSetCslIe()
185 bool otMacFrameIsSecurityEnabled(otRadioFrame *aFrame) in otMacFrameIsSecurityEnabled()
190 bool otMacFrameIsKeyIdMode1(otRadioFrame *aFrame) in otMacFrameIsKeyIdMode1()
200 uint8_t otMacFrameGetKeyId(otRadioFrame *aFrame) in otMacFrameGetKeyId()
209 void otMacFrameSetKeyId(otRadioFrame *aFrame, uint8_t aKeyId) in otMacFrameSetKeyId()
214 uint32_t otMacFrameGetFrameCounter(otRadioFrame *aFrame) in otMacFrameGetFrameCounter()
223 void otMacFrameSetFrameCounter(otRadioFrame *aFrame, uint32_t aFrameCounter) in otMacFrameSetFrameCounter()
264 void otMacFrameSetEnhAckProbingIe(otRadioFrame *aFrame, const uint8_t *aData, uint8_t aDataLen) in otMacFrameSetEnhAckProbingIe()