Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/radio/
H A Dradio.hpp884 inline void Radio::SetPanId(Mac::PanId aPanId) { otPlatRadioSetPanId(GetInstancePtr(), aPanId); } in SetPanId() function in ot::Radio
1040 inline void Radio::SetPanId(Mac::PanId) {} in SetPanId() function in ot::Radio
H A Dtrel_link.hpp95 void SetPanId(Mac::PanId aPanId) { mPanId = aPanId; } in SetPanId() function in ot::Trel::Link
H A Dtrel_packet.hpp165 void SetPanId(Mac::PanId aPanId) { mPanId = BigEndian::HostSwap16(aPanId); } in SetPanId() function in ot::Trel::Header
/aosp_15_r20/external/openthread/src/core/mac/
H A Dlink_raw.cpp125 Error LinkRaw::SetPanId(uint16_t aPanId) in SetPanId() function in ot::Mac::LinkRaw
H A Dmac_links.hpp313 void SetPanId(PanId aPanId) in SetPanId() function in ot::Mac::Links
H A Dsub_mac.cpp151 void SubMac::SetPanId(PanId aPanId) in SetPanId() function in ot::Mac::SubMac
H A Dmac.cpp481 void Mac::SetPanId(PanId aPanId) in SetPanId() function in ot::Mac::Mac
/aosp_15_r20/external/openthread/src/core/common/
H A Dmessage.hpp1114 void SetPanId(uint16_t aPanId) { GetMetadata().mPanId = aPanId; } in SetPanId() function in ot::Message
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp953 otError RadioSpinel::SetPanId(uint16_t aPanId) in SetPanId() function in ot::Spinel::RadioSpinel