Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio.c89 static otRadioFrame sTransmitFrame; variable
341 sTransmitFrame.mPsdu = tx_payload->data; in dataInit()
348 sTransmitFrame.mInfo.mTxInfo.mIeInfo = &tx_ie_info; in dataInit()
402 tx_payload->len = sTransmitFrame.mLength - FCS_SIZE; in transmit_message()
404 radio_api->set_txpower(radio_dev, get_transmit_power_for_channel(sTransmitFrame.mChannel)); in transmit_message()
407 if (sTransmitFrame.mInfo.mTxInfo.mIeInfo->mTimeIeOffset != 0) { in transmit_message()
409 sTransmitFrame.mPsdu + sTransmitFrame.mInfo.mTxInfo.mIeInfo->mTimeIeOffset; in transmit_message()
411 otPlatTimeGet() + sTransmitFrame.mInfo.mTxInfo.mIeInfo->mNetworkTimeOffset; in transmit_message()
413 *(time_ie++) = sTransmitFrame.mInfo.mTxInfo.mIeInfo->mTimeSyncSeq; in transmit_message()
419 sTransmitFrame.mInfo.mTxInfo.mIsSecurityProcessed); in transmit_message()
[all …]