Searched refs:sTransmitFrame (Results 1 – 1 of 1) sorted by relevance
77 static otRadioFrame sTransmitFrame; variable325 sTransmitFrame.mPsdu = tx_payload->data; in dataInit()374 tx_payload->len = sTransmitFrame.mLength - FCS_SIZE; in transmit_message()376 channel = sTransmitFrame.mChannel; in transmit_message()378 radio_api->set_channel(radio_dev, sTransmitFrame.mChannel); in transmit_message()387 sTransmitFrame.mInfo.mTxInfo.mIsSecurityProcessed); in transmit_message()388 net_pkt_set_ieee802154_mac_hdr_rdy(tx_pkt, sTransmitFrame.mInfo.mTxInfo.mIsHeaderUpdated); in transmit_message()391 (sTransmitFrame.mInfo.mTxInfo.mTxDelay != 0)) { in transmit_message()393 uint32_t tx_at = sTransmitFrame.mInfo.mTxInfo.mTxDelayBaseTime + in transmit_message()394 sTransmitFrame.mInfo.mTxInfo.mTxDelay; in transmit_message()[all …]