Home
last modified time | relevance | path

Searched defs:SetPanId (Results 1 – 11 of 11) sorted by relevance

/external/openthread/src/core/radio/
Dtrel_link.hpp95 void SetPanId(Mac::PanId aPanId) { mPanId = aPanId; } in SetPanId() function in ot::Trel::Link
Dtrel_packet.hpp165 void SetPanId(Mac::PanId aPanId) { mPanId = Encoding::BigEndian::HostSwap16(aPanId); } in SetPanId() function in ot::Trel::Header
Dradio.hpp709 inline void Radio::SetPanId(Mac::PanId aPanId) in SetPanId() function in ot::Radio
884 inline void Radio::SetPanId(Mac::PanId) in SetPanId() function in ot::Radio
/external/openthread/src/core/mac/
Dlink_raw.cpp125 Error LinkRaw::SetPanId(uint16_t aPanId) in SetPanId() function in ot::Mac::LinkRaw
Dmac_links.hpp310 void SetPanId(PanId aPanId) in SetPanId() function in ot::Mac::Links
Dsub_mac.cpp152 void SubMac::SetPanId(PanId aPanId) in SetPanId() function in ot::Mac::SubMac
Dmac.cpp463 void Mac::SetPanId(PanId aPanId) in SetPanId() function in ot::Mac::Mac
/external/openthread/src/core/meshcop/
Ddataset.hpp446 void SetPanId(Mac::PanId aPanId) in SetPanId() function in ot::MeshCoP::Dataset::Info
Dmeshcop_tlvs.hpp439 void SetPanId(uint16_t aPanId) { mPanId = HostSwap16(aPanId); } in SetPanId() function in ot::MeshCoP::PanIdTlv
/external/openthread/src/core/common/
Dmessage.hpp979 void SetPanId(uint16_t aPanId) { GetMetadata().mPanId = aPanId; } in SetPanId() function in ot::Message
/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp1229 otError RadioSpinel<InterfaceType, ProcessContextType>::SetPanId(uint16_t aPanId) in SetPanId() function in ot::Spinel::RadioSpinel