Home
last modified time | relevance | path

Searched defs:SetChannel (Results 1 – 9 of 9) sorted by relevance

/openthread-3.4.0/src/core/mac/
Dlink_raw.cpp137 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::LinkRaw
Dmac_links.hpp210 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrames
Dmac_frame.hpp1266 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrame
/openthread-3.4.0/src/core/meshcop/
Dmeshcop_tlvs.cpp183 void ChannelTlv::SetChannel(uint16_t aChannel) in SetChannel() function in ot::MeshCoP::ChannelTlv
Ddataset.hpp477 void SetChannel(uint16_t aChannel) in SetChannel() function in ot::MeshCoP::Dataset::Info
Dmeshcop_tlvs.hpp1325 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::MeshCoP::ChannelMaskEntryBase
/openthread-3.4.0/src/core/radio/
Dtrel_packet.hpp149 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel() function in ot::Trel::Header
/openthread-3.4.0/src/core/thread/
Dmle_tlvs.hpp1087 void SetChannel(uint16_t aChannel) { mChannel = HostSwap16(aChannel); } in SetChannel() function in ot::Mle::ChannelTlv
1225 void SetChannel(uint16_t aChannel) { mChannel = HostSwap16(aChannel); } in SetChannel() function in ot::Mle::CslChannelTlv
/openthread-3.4.0/src/core/common/
Dmessage.hpp1037 void SetChannel(uint8_t aChannel) { GetMetadata().mChannel = aChannel; } in SetChannel() function in ot::Message