Home
last modified time | relevance | path

Searched refs:aPanId (Results 1 – 25 of 40) sorted by relevance

12

/openthread-latest/src/core/mac/
Dmac_types.cpp144 void PanIds::SetSource(PanId aPanId) in SetSource() argument
146 mSource = aPanId; in SetSource()
150 void PanIds::SetDestination(PanId aPanId) in SetDestination() argument
152 mDestination = aPanId; in SetDestination()
156 void PanIds::SetBothSourceDestination(PanId aPanId) in SetBothSourceDestination() argument
158 SetSource(aPanId); in SetBothSourceDestination()
159 SetDestination(aPanId); in SetBothSourceDestination()
Dlink_raw.cpp119 Error LinkRaw::SetPanId(uint16_t aPanId) in SetPanId() argument
124 mSubMac.SetPanId(aPanId); in SetPanId()
125 mPanId = aPanId; in SetPanId()
Dmac_links.hpp294 void SetPanId(PanId aPanId) in SetPanId() argument
297 mSubMac.SetPanId(aPanId); in SetPanId()
300 mTrel.SetPanId(aPanId); in SetPanId()
Dmac_types.hpp453 void SetSource(PanId aPanId);
460 void SetDestination(PanId aPanId);
467 void SetBothSourceDestination(PanId aPanId);
Dlink_raw.hpp211 Error SetPanId(PanId aPanId);
Dmac_frame.cpp458 Error Frame::GetDstPanId(PanId &aPanId) const in GetDstPanId()
464 aPanId = LittleEndian::ReadUint16(&mPsdu[index]); in GetDstPanId()
593 Error Frame::GetSrcPanId(PanId &aPanId) const in GetSrcPanId()
599 aPanId = LittleEndian::ReadUint16(&mPsdu[index]); in GetSrcPanId()
1472 Error TxFrame::GenerateWakeupFrame(PanId aPanId, const Address &aDest, const Address &aSource) in GenerateWakeupFrame() argument
1490 IgnoreError(builder.AppendLittleEndianUint16(aPanId)); in GenerateWakeupFrame()
Dsub_mac.cpp156 void SubMac::SetPanId(PanId aPanId) in SetPanId() argument
158 Get<Radio>().SetPanId(aPanId); in SetPanId()
159 LogDebg("RadioPanId: 0x%04x", aPanId); in SetPanId()
/openthread-latest/src/cli/
Dcli_commissioner.hpp102 static void HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask, void *aContext);
103 void HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask);
Dcli_commissioner.cpp724 void Commissioner::HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask, void *aContext) in HandlePanIdConflict() argument
726 static_cast<Commissioner *>(aContext)->HandlePanIdConflict(aPanId, aChannelMask); in HandlePanIdConflict()
729 void Commissioner::HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask) in HandlePanIdConflict() argument
731 OutputLine("Conflict: %04x, %08lx", aPanId, ToUlong(aChannelMask)); in HandlePanIdConflict()
/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp64 …otPlatRadioSetPanId(otInstance *aInstance, otPanId aPanId) { AsNode(aInstance).mRadio.mPanId = aPa… in otPlatRadioSetPanId() argument
272 bool Radio::Matches(const Mac::Address &aAddress, Mac::PanId aPanId) const in Matches()
285 if ((aPanId != Mac::kPanIdBroadcast) && (mPanId != Mac::kPanIdBroadcast)) in Matches()
287 VerifyOrExit(mPanId == aPanId); in Matches()
Dnexus_radio.hpp62 bool Matches(const Mac::Address &aAddress, Mac::PanId aPanId) const;
/openthread-latest/src/core/meshcop/
Dpanid_query_client.cpp49 Error PanIdQueryClient::SendQuery(uint16_t aPanId, in SendQuery() argument
70 SuccessOrExit(error = Tlv::Append<MeshCoP::PanIdTlv>(*message, aPanId)); in SendQuery()
Dpanid_query_client.hpp76 Error SendQuery(uint16_t aPanId,
/openthread-latest/src/core/radio/
Dtrel_link.hpp101 void SetPanId(Mac::PanId aPanId) { mPanId = aPanId; } in SetPanId() argument
Dtrel_packet.hpp151 void SetPanId(Mac::PanId aPanId) { mPanId = BigEndian::HostSwap16(aPanId); } in SetPanId() argument
Dradio.hpp334 void SetPanId(Mac::PanId aPanId);
883 inline void Radio::SetPanId(Mac::PanId aPanId) { otPlatRadioSetPanId(GetInstancePtr(), aPanId); } in SetPanId() argument
/openthread-latest/examples/platforms/utils/
Dmac_frame.h131 otPanId aPanId,
149 otPanId aPanId,
Dmac_frame.cpp41 otPanId aPanId, in otMacFrameDoesAddrMatch() argument
45 …return otMacFrameDoesAddrMatchAny(aFrame, aPanId, aShortAddress, Mac::kShortAddrInvalid, aExtAddre… in otMacFrameDoesAddrMatch()
49 otPanId aPanId, in otMacFrameDoesAddrMatchAny() argument
78 VerifyOrExit(panid == Mac::kPanIdBroadcast || panid == aPanId, rval = false); in otMacFrameDoesAddrMatchAny()
Dsoft_source_match_table.h57 void utilsSoftSrcMatchSetPanId(uint16_t aPanId);
Dsoft_source_match_table.c48 void utilsSoftSrcMatchSetPanId(uint16_t aPanId) { sPanId = aPanId; } in utilsSoftSrcMatchSetPanId() argument
/openthread-latest/include/openthread/
Dcommissioner.h386 typedef void (*otCommissionerPanIdConflictCallback)(uint16_t aPanId, uint32_t aChannelMask, void *a…
405 uint16_t aPanId,
/openthread-latest/src/core/thread/
Ddiscover_scanner.cpp55 uint16_t aPanId, in Discover() argument
101 message->SetPanId(aPanId); in Discover()
133 if ((aPanId == Mac::kPanIdBroadcast) && (Get<Mac::Mac>().GetPanId() == Mac::kPanIdBroadcast)) in Discover()
Ddiscover_scanner.hpp121 Mac::PanId aPanId,
/openthread-latest/src/core/api/
Dcommissioner_api.cpp148 uint16_t aPanId, in otCommissionerPanIdQuery() argument
155 aPanId, aChannelMask, AsCoreType(aAddress), aCallback, aContext); in otCommissionerPanIdQuery()
Dlink_raw_api.cpp246 otError otLinkSetPanId(otInstance *aInstance, uint16_t aPanId) in otLinkSetPanId() argument
248 return AsCoreType(aInstance).Get<Mac::LinkRaw>().SetPanId(aPanId); in otLinkSetPanId()

12