Searched defs:aPanId (Results  1 – 25 of 26) sorted by relevance
12
| /external/openthread/src/core/meshcop/ | 
| D | panid_query_client.cpp | 63 Error PanIdQueryClient::SendQuery(uint16_t                            aPanId,  in SendQuery()
  | 
| D | dataset.hpp | 446         void SetPanId(Mac::PanId aPanId)  in SetPanId()
  | 
| /external/openthread/src/cli/ | 
| D | cli_commissioner.cpp | 494 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/ | 
| D | trel_link.hpp | 95     void SetPanId(Mac::PanId aPanId) { mPanId = aPanId; }  in SetPanId()
  | 
| D | trel_packet.hpp | 165     void SetPanId(Mac::PanId aPanId) { mPanId = Encoding::BigEndian::HostSwap16(aPanId); }  in SetPanId()
  | 
| D | radio.hpp | 709 inline void Radio::SetPanId(Mac::PanId aPanId)  in SetPanId()
  | 
| /external/ot-br-posix/src/web/web-service/ | 
| D | wpan_service.cpp | 598                                    uint16_t                     aPanId)  in joinActiveDataset() 618                                    uint16_t                     aPanId)  in formActiveDataset()
  | 
| /external/openthread/src/core/thread/ | 
| D | discover_scanner.cpp | 62                                 uint16_t                aPanId,  in Discover()
  | 
| /external/openthread/src/core/mac/ | 
| D | link_raw.cpp | 125 Error LinkRaw::SetPanId(uint16_t aPanId)  in SetPanId()
  | 
| D | mac_links.hpp | 310     void SetPanId(PanId aPanId)  in SetPanId()
  | 
| D | mac_frame.cpp | 182 void Frame::SetDstPanId(PanId aPanId)  in SetDstPanId() 320 Error Frame::SetSrcPanId(PanId aPanId)  in SetSrcPanId()
  | 
| D | sub_mac.cpp | 152 void SubMac::SetPanId(PanId aPanId)  in SetPanId()
  | 
| D | mac.cpp | 463 void Mac::SetPanId(PanId aPanId)  in SetPanId()
  | 
| /external/openthread/examples/platforms/utils/ | 
| D | soft_source_match_table.c | 49 void utilsSoftSrcMatchSetPanId(uint16_t aPanId)  in utilsSoftSrcMatchSetPanId()
  | 
| D | mac_frame.cpp | 37                              otPanId             aPanId,  in otMacFrameDoesAddrMatch()
  | 
| /external/openthread/src/core/api/ | 
| D | commissioner_api.cpp | 154                                  uint16_t                            aPanId,  in otCommissionerPanIdQuery()
  | 
| D | link_raw_api.cpp | 269 otError otLinkSetPanId(otInstance *aInstance, uint16_t aPanId)  in otLinkSetPanId()
  | 
| D | thread_api.cpp | 434                          uint16_t                 aPanId,  in otThreadDiscover()
  | 
| D | link_api.cpp | 136 otError otLinkSetPanId(otInstance *aInstance, otPanId aPanId)  in otLinkSetPanId()
  | 
| /external/ot-br-posix/src/dbus/client/ | 
| D | thread_api_dbus.cpp | 236                                   uint16_t                    aPanId,  in Attach() 506 ClientError ThreadApiDBus::GetPanId(uint16_t &aPanId)  in GetPanId()
  | 
| /external/ot-br-posix/src/utils/ | 
| D | thread_helper.cpp | 303                           uint16_t                    aPanId,  in Attach()
  | 
| /external/openthread/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()
  | 
| /external/openthread/tests/fuzz/ | 
| D | fuzzer_platform.cpp | 248 void otPlatRadioSetPanId(otInstance *aInstance, uint16_t aPanId)  in otPlatRadioSetPanId()
  | 
| /external/openthread/src/core/common/ | 
| D | message.hpp | 979     void SetPanId(uint16_t aPanId) { GetMetadata().mPanId = aPanId; }  in SetPanId()
  | 
| /external/openthread/src/lib/spinel/ | 
| D | radio_spinel_impl.hpp | 1229 otError RadioSpinel<InterfaceType, ProcessContextType>::SetPanId(uint16_t aPanId)  in SetPanId()
  | 
        12