Searched defs:aPanId (Results 1 – 23 of 23) sorted by relevance
/openthread-latest/src/core/mac/ |
D | mac_types.cpp | 144 void PanIds::SetSource(PanId aPanId) in SetSource() 150 void PanIds::SetDestination(PanId aPanId) in SetDestination() 156 void PanIds::SetBothSourceDestination(PanId aPanId) in SetBothSourceDestination()
|
D | link_raw.cpp | 119 Error LinkRaw::SetPanId(uint16_t aPanId) in SetPanId()
|
D | mac_links.hpp | 294 void SetPanId(PanId aPanId) in SetPanId()
|
D | sub_mac.cpp | 156 void SubMac::SetPanId(PanId aPanId) in SetPanId()
|
D | mac_frame.cpp | 1472 Error TxFrame::GenerateWakeupFrame(PanId aPanId, const Address &aDest, const Address &aSource) in GenerateWakeupFrame()
|
D | mac.cpp | 480 void Mac::SetPanId(PanId aPanId) in SetPanId()
|
/openthread-latest/src/core/meshcop/ |
D | panid_query_client.cpp | 49 Error PanIdQueryClient::SendQuery(uint16_t aPanId, in SendQuery()
|
/openthread-latest/src/cli/ |
D | cli_commissioner.cpp | 724 void Commissioner::HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask, void *aContext) in HandlePanIdConflict() 729 void Commissioner::HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask) in HandlePanIdConflict()
|
/openthread-latest/src/core/thread/ |
D | discover_scanner.cpp | 55 uint16_t aPanId, in Discover()
|
/openthread-latest/examples/platforms/utils/ |
D | mac_frame.cpp | 41 otPanId aPanId, in otMacFrameDoesAddrMatch() 49 otPanId aPanId, in otMacFrameDoesAddrMatchAny()
|
D | soft_source_match_table.c | 48 void utilsSoftSrcMatchSetPanId(uint16_t aPanId) { sPanId = aPanId; } in utilsSoftSrcMatchSetPanId()
|
/openthread-latest/src/core/radio/ |
D | trel_link.hpp | 101 void SetPanId(Mac::PanId aPanId) { mPanId = aPanId; } in SetPanId()
|
D | trel_packet.hpp | 151 void SetPanId(Mac::PanId aPanId) { mPanId = BigEndian::HostSwap16(aPanId); } in SetPanId()
|
D | radio.hpp | 883 inline void Radio::SetPanId(Mac::PanId aPanId) { otPlatRadioSetPanId(GetInstancePtr(), aPanId); } in SetPanId()
|
/openthread-latest/src/core/api/ |
D | commissioner_api.cpp | 148 uint16_t aPanId, in otCommissionerPanIdQuery()
|
D | link_raw_api.cpp | 246 otError otLinkSetPanId(otInstance *aInstance, uint16_t aPanId) in otLinkSetPanId()
|
D | link_api.cpp | 150 otError otLinkSetPanId(otInstance *aInstance, otPanId aPanId) in otLinkSetPanId()
|
D | thread_api.cpp | 420 uint16_t aPanId, in otThreadDiscover()
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_radio.cpp | 64 void otPlatRadioSetPanId(otInstance *aInstance, otPanId aPanId) { AsNode(aInstance).mRadio.mPanId =… in otPlatRadioSetPanId()
|
/openthread-latest/src/ncp/ |
D | ncp_base_ftd.cpp | 957 void NcpBase::HandleCommissionerPanIdConflict_Jump(uint16_t aPanId, uint32_t aChannelMask, void *aC… in HandleCommissionerPanIdConflict_Jump() 962 void NcpBase::HandleCommissionerPanIdConflict(uint16_t aPanId, uint32_t aChannelMask) in HandleCommissionerPanIdConflict()
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 270 void otPlatRadioSetPanId(otInstance *aInstance, uint16_t aPanId) in otPlatRadioSetPanId()
|
/openthread-latest/src/core/common/ |
D | message.hpp | 1112 void SetPanId(uint16_t aPanId) { GetMetadata().mPanId = aPanId; } in SetPanId()
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.cpp | 970 otError RadioSpinel::SetPanId(uint16_t aPanId) in SetPanId()
|