Home
last modified time | relevance | path

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

12

/external/openthread/src/core/meshcop/
Dpanid_query_client.cpp63 Error PanIdQueryClient::SendQuery(uint16_t aPanId, in SendQuery()
Ddataset.hpp446 void SetPanId(Mac::PanId aPanId) in SetPanId()
/external/openthread/src/cli/
Dcli_commissioner.cpp494 void Commissioner::HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask, void *aContext) in HandlePanIdConflict()
499 void Commissioner::HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask) in HandlePanIdConflict()
/external/openthread/src/core/radio/
Dtrel_link.hpp95 void SetPanId(Mac::PanId aPanId) { mPanId = aPanId; } in SetPanId()
Dtrel_packet.hpp165 void SetPanId(Mac::PanId aPanId) { mPanId = Encoding::BigEndian::HostSwap16(aPanId); } in SetPanId()
Dradio.hpp709 inline void Radio::SetPanId(Mac::PanId aPanId) in SetPanId()
/external/ot-br-posix/src/web/web-service/
Dwpan_service.cpp598 uint16_t aPanId) in joinActiveDataset()
618 uint16_t aPanId) in formActiveDataset()
/external/openthread/src/core/thread/
Ddiscover_scanner.cpp62 uint16_t aPanId, in Discover()
/external/openthread/src/core/mac/
Dlink_raw.cpp125 Error LinkRaw::SetPanId(uint16_t aPanId) in SetPanId()
Dmac_links.hpp310 void SetPanId(PanId aPanId) in SetPanId()
Dmac_frame.cpp182 void Frame::SetDstPanId(PanId aPanId) in SetDstPanId()
320 Error Frame::SetSrcPanId(PanId aPanId) in SetSrcPanId()
Dsub_mac.cpp152 void SubMac::SetPanId(PanId aPanId) in SetPanId()
Dmac.cpp463 void Mac::SetPanId(PanId aPanId) in SetPanId()
/external/openthread/examples/platforms/utils/
Dsoft_source_match_table.c49 void utilsSoftSrcMatchSetPanId(uint16_t aPanId) in utilsSoftSrcMatchSetPanId()
Dmac_frame.cpp37 otPanId aPanId, in otMacFrameDoesAddrMatch()
/external/openthread/src/core/api/
Dcommissioner_api.cpp154 uint16_t aPanId, in otCommissionerPanIdQuery()
Dlink_raw_api.cpp269 otError otLinkSetPanId(otInstance *aInstance, uint16_t aPanId) in otLinkSetPanId()
Dthread_api.cpp434 uint16_t aPanId, in otThreadDiscover()
Dlink_api.cpp136 otError otLinkSetPanId(otInstance *aInstance, otPanId aPanId) in otLinkSetPanId()
/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.cpp236 uint16_t aPanId, in Attach()
506 ClientError ThreadApiDBus::GetPanId(uint16_t &aPanId) in GetPanId()
/external/ot-br-posix/src/utils/
Dthread_helper.cpp303 uint16_t aPanId, in Attach()
/external/openthread/src/ncp/
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()
/external/openthread/tests/fuzz/
Dfuzzer_platform.cpp248 void otPlatRadioSetPanId(otInstance *aInstance, uint16_t aPanId) in otPlatRadioSetPanId()
/external/openthread/src/core/common/
Dmessage.hpp979 void SetPanId(uint16_t aPanId) { GetMetadata().mPanId = aPanId; } in SetPanId()
/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp1229 otError RadioSpinel<InterfaceType, ProcessContextType>::SetPanId(uint16_t aPanId) in SetPanId()

12