Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_types.cpp113 void PanIds::SetSource(PanId aPanId) in SetSource()
119 void PanIds::SetDestination(PanId aPanId) in SetDestination()
125 void PanIds::SetBothSourceDestination(PanId aPanId) in SetBothSourceDestination()
H A Dmac_frame.cpp381 void Frame::SetDstPanId(PanId aPanId) in SetDstPanId()
547 Error Frame::SetSrcPanId(PanId aPanId) in SetSrcPanId()
H A Dlink_raw.cpp125 Error LinkRaw::SetPanId(uint16_t aPanId) in SetPanId()
H A Dmac_links.hpp313 void SetPanId(PanId aPanId) in SetPanId()
H A Dsub_mac.cpp151 void SubMac::SetPanId(PanId aPanId) in SetPanId()
H A Dmac.cpp481 void Mac::SetPanId(PanId aPanId) in SetPanId()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_commissioner.cpp724 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()
/aosp_15_r20/external/ot-br-posix/src/web/web-service/
H A Dwpan_service.cpp598 uint16_t aPanId) in joinActiveDataset()
618 uint16_t aPanId) in formActiveDataset()
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dpanid_query_client.cpp59 Error PanIdQueryClient::SendQuery(uint16_t aPanId, in SendQuery()
/aosp_15_r20/external/openthread/src/core/thread/
H A Ddiscover_scanner.cpp62 uint16_t aPanId, in Discover()
/aosp_15_r20/external/openthread/src/core/radio/
H A Dtrel_link.hpp95 void SetPanId(Mac::PanId aPanId) { mPanId = aPanId; } in SetPanId()
H A Dtrel_packet.hpp165 void SetPanId(Mac::PanId aPanId) { mPanId = BigEndian::HostSwap16(aPanId); } in SetPanId()
H A Dradio.hpp884 inline void Radio::SetPanId(Mac::PanId aPanId) { otPlatRadioSetPanId(GetInstancePtr(), aPanId); } in SetPanId()
/aosp_15_r20/external/ot-br-posix/src/dbus/client/
H A Dthread_api_dbus.cpp237 uint16_t aPanId, in Attach()
522 ClientError ThreadApiDBus::GetPanId(uint16_t &aPanId) in GetPanId()
/aosp_15_r20/external/openthread/examples/platforms/utils/
H A Dsoft_source_match_table.c49 void utilsSoftSrcMatchSetPanId(uint16_t aPanId) { sPanId = aPanId; } in utilsSoftSrcMatchSetPanId()
H A Dmac_frame.cpp37 otPanId aPanId, in otMacFrameDoesAddrMatch()
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_ftd.cpp957 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()
/aosp_15_r20/external/openthread/src/core/api/
H A Dcommissioner_api.cpp151 uint16_t aPanId, in otCommissionerPanIdQuery()
H A Dlink_raw_api.cpp257 otError otLinkSetPanId(otInstance *aInstance, uint16_t aPanId) in otLinkSetPanId()
H A Dlink_api.cpp132 otError otLinkSetPanId(otInstance *aInstance, otPanId aPanId) in otLinkSetPanId()
H A Dthread_api.cpp426 uint16_t aPanId, in otThreadDiscover()
/aosp_15_r20/external/openthread/tests/fuzz/
H A Dfuzzer_platform.cpp263 void otPlatRadioSetPanId(otInstance *aInstance, uint16_t aPanId) in otPlatRadioSetPanId()
/aosp_15_r20/external/ot-br-posix/src/utils/
H A Dthread_helper.cpp507 uint16_t aPanId, in Attach()
/aosp_15_r20/external/openthread/src/core/common/
H A Dmessage.hpp1114 void SetPanId(uint16_t aPanId) { GetMetadata().mPanId = aPanId; } in SetPanId()
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp953 otError RadioSpinel::SetPanId(uint16_t aPanId) in SetPanId()