Searched refs:SetChannel (Results 1 – 17 of 17) sorted by relevance
201 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrames204 mTxFrame802154.SetChannel(aChannel); in SetChannel()207 mTxFrameTrel.SetChannel(aChannel); in SetChannel()
225 Error SetChannel(uint8_t aChannel);
989 frame->SetChannel(mScanChannel); in BeginTransmit()998 frame->SetChannel(mRadioChannel); in BeginTransmit()1005 txFrames.SetChannel(mRadioChannel); in BeginTransmit()1017 txFrames.SetChannel(mRadioChannel); in BeginTransmit()1027 txFrames.SetChannel(mRadioChannel); in BeginTransmit()1062 frame->SetChannel(mWakeupChannel); in BeginTransmit()
131 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::LinkRaw
1079 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrame
121 SetChannel(aChannel); in SetChannelAndPage()
197 frame->SetChannel(mCslTxNeighbor->GetCslChannel() == 0 ? Get<Mac::Mac>().GetPanChannel() in HandleFrameRequest()
193 frame->SetChannel(mScanChannel); in PrepareDiscoveryRequestFrame()
1008 void SetChannel(uint16_t aChannel) { mChannel = BigEndian::HostSwap16(aChannel); } in SetChannel() function in ot::Mle::ChannelTlvValue
933 aFrame.SetChannel(aMessage.GetChannel()); in PrepareDataFrame()
2157 message->SetChannel(aChannel); in SendAnnounce()
137 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel() function in ot::Trel::Header
199 txPacket.GetHeader().SetChannel(mTxFrame.GetChannel()); in BeginTransmit()466 ackPacket.GetHeader().SetChannel(aRxPacket.GetHeader().GetChannel()); in SendAck()
241 return AsCoreType(aInstance).Get<Mac::LinkRaw>().SetChannel(aChannel); in otLinkSetChannel()
67 error = instance.Get<Mac::LinkRaw>().SetChannel(aChannel); in otLinkSetChannel()
787 messageCopy->SetChannel(GetChannel()); in Clone()830 SetChannel(aLinkInfo.mChannel); in UpdateLinkInfoFrom()
1140 void SetChannel(uint8_t aChannel) { GetMetadata().mChannel = aChannel; } in SetChannel() function in ot::Message