Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/mac/
Dlink_raw.cpp137 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::LinkRaw
Dmac_links.hpp213 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrames
Dmac_frame.hpp1273 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrame
/openthread-3.6.0/src/core/radio/
Dtrel_packet.hpp149 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel() function in ot::Trel::Header
/openthread-3.6.0/src/core/meshcop/
Ddataset.hpp477 void SetChannel(uint16_t aChannel) in SetChannel() function in ot::MeshCoP::Dataset::Info
/openthread-3.6.0/src/core/thread/
Dmle_tlvs.hpp1097 void SetChannel(uint16_t aChannel) { mChannel = BigEndian::HostSwap16(aChannel); } in SetChannel() function in ot::Mle::ChannelTlvValue
/openthread-3.6.0/src/core/common/
Dmessage.hpp1055 void SetChannel(uint8_t aChannel) { GetMetadata().mChannel = aChannel; } in SetChannel() function in ot::Message