Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dlink_raw.cpp131 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::LinkRaw
Dmac_links.hpp201 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrames
Dmac_frame.hpp1079 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrame
/openthread-latest/src/core/radio/
Dtrel_packet.hpp137 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel() function in ot::Trel::Header
/openthread-latest/src/core/thread/
Dmle_tlvs.hpp1008 void SetChannel(uint16_t aChannel) { mChannel = BigEndian::HostSwap16(aChannel); } in SetChannel() function in ot::Mle::ChannelTlvValue
/openthread-latest/src/core/common/
Dmessage.hpp1140 void SetChannel(uint8_t aChannel) { GetMetadata().mChannel = aChannel; } in SetChannel() function in ot::Message