Searched defs:SetChannel (Results 1 – 7 of 7) sorted by relevance
/openthread-3.6.0/src/core/mac/ | ||
D | link_raw.cpp | 137 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::LinkRaw |
D | mac_links.hpp | 213 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrames |
D | mac_frame.hpp | 1273 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrame |
/openthread-3.6.0/src/core/radio/ | ||
D | trel_packet.hpp | 149 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel() function in ot::Trel::Header |
/openthread-3.6.0/src/core/meshcop/ | ||
D | dataset.hpp | 477 void SetChannel(uint16_t aChannel) in SetChannel() function in ot::MeshCoP::Dataset::Info |
/openthread-3.6.0/src/core/thread/ | ||
D | mle_tlvs.hpp | 1097 void SetChannel(uint16_t aChannel) { mChannel = BigEndian::HostSwap16(aChannel); } in SetChannel() function in ot::Mle::ChannelTlvValue |
/openthread-3.6.0/src/core/common/ | ||
D | message.hpp | 1055 void SetChannel(uint8_t aChannel) { GetMetadata().mChannel = aChannel; } in SetChannel() function in ot::Message |