Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/modules/openthread/platform/
Dradio.c90 static otRadioFrame sTransmitFrame; variable
342 sTransmitFrame.mPsdu = tx_payload->data; in dataInit()
349 sTransmitFrame.mInfo.mTxInfo.mIeInfo = &tx_ie_info; in dataInit()
395 tx_payload->len = sTransmitFrame.mLength - FCS_SIZE; in transmit_message()
397 channel = sTransmitFrame.mChannel; in transmit_message()
403 if (sTransmitFrame.mInfo.mTxInfo.mIeInfo->mTimeIeOffset != 0) { in transmit_message()
405 sTransmitFrame.mPsdu + sTransmitFrame.mInfo.mTxInfo.mIeInfo->mTimeIeOffset; in transmit_message()
407 otPlatTimeGet() + sTransmitFrame.mInfo.mTxInfo.mIeInfo->mNetworkTimeOffset; in transmit_message()
409 *(time_ie++) = sTransmitFrame.mInfo.mTxInfo.mIeInfo->mTimeSyncSeq; in transmit_message()
415 sTransmitFrame.mInfo.mTxInfo.mIsSecurityProcessed); in transmit_message()
[all …]