Searched defs:aChannelMask (Results 1 – 14 of 14) sorted by relevance
/openthread-2.7.6/src/cli/ |
D | cli_commissioner.cpp | 427 void Commissioner::HandleEnergyReport(uint32_t aChannelMask, in HandleEnergyReport() 435 void Commissioner::HandleEnergyReport(uint32_t aChannelMask, const uint8_t *aEnergyList, uint8_t aE… in HandleEnergyReport() 447 void Commissioner::HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask, void *aContext) in HandlePanIdConflict() 452 void Commissioner::HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask) in HandlePanIdConflict()
|
/openthread-2.7.6/src/core/meshcop/ |
D | announce_begin_client.cpp | 56 Error AnnounceBeginClient::SendRequest(uint32_t aChannelMask, in SendRequest()
|
D | panid_query_client.cpp | 61 uint32_t aChannelMask, in SendQuery()
|
D | energy_scan_client.cpp | 61 Error EnergyScanClient::SendQuery(uint32_t aChannelMask, in SendQuery()
|
D | meshcop_tlvs.cpp | 268 void ChannelMaskTlv::SetChannelMask(uint32_t aChannelMask) in SetChannelMask()
|
D | dataset.hpp | 576 void SetChannelMask(otChannelMask aChannelMask) in SetChannelMask()
|
/openthread-2.7.6/src/core/api/ |
D | commissioner_api.cpp | 137 uint32_t aChannelMask, in otCommissionerAnnounceBegin() 149 uint32_t aChannelMask, in otCommissionerEnergyScan() 166 uint32_t aChannelMask, in otCommissionerPanIdQuery()
|
D | channel_manager_api.cpp | 118 void otChannelManagerSetSupportedChannels(otInstance *aInstance, uint32_t aChannelMask) in otChannelManagerSetSupportedChannels() 132 void otChannelManagerSetFavoredChannels(otInstance *aInstance, uint32_t aChannelMask) in otChannelManagerSetFavoredChannels()
|
D | link_api.cpp | 94 otError otLinkSetSupportedChannelMask(otInstance *aInstance, uint32_t aChannelMask) in otLinkSetSupportedChannelMask()
|
/openthread-2.7.6/src/core/utils/ |
D | channel_manager.cpp | 338 void ChannelManager::SetSupportedChannels(uint32_t aChannelMask) in SetSupportedChannels() 345 void ChannelManager::SetFavoredChannels(uint32_t aChannelMask) in SetFavoredChannels()
|
/openthread-2.7.6/src/core/thread/ |
D | announce_begin_server.cpp | 57 void AnnounceBeginServer::SendAnnounce(uint32_t aChannelMask, uint8_t aCount, uint16_t aPeriod) in SendAnnounce()
|
D | announce_sender.cpp | 90 void AnnounceSenderBase::SetChannelMask(Mac::ChannelMask aChannelMask) in SetChannelMask()
|
/openthread-2.7.6/src/ncp/ |
D | ncp_base_ftd.cpp | 908 void NcpBase::HandleCommissionerEnergyReport_Jump(uint32_t aChannelMask, in HandleCommissionerEnergyReport_Jump() 916 void NcpBase::HandleCommissionerEnergyReport(uint32_t aChannelMask, const uint8_t *aEnergyData, uin… in HandleCommissionerEnergyReport() 953 void NcpBase::HandleCommissionerPanIdConflict_Jump(uint16_t aPanId, uint32_t aChannelMask, void *aC… in HandleCommissionerPanIdConflict_Jump() 958 void NcpBase::HandleCommissionerPanIdConflict(uint16_t aPanId, uint32_t aChannelMask) in HandleCommissionerPanIdConflict()
|
D | ncp_base.cpp | 1532 otError NcpBase::EncodeChannelMask(uint32_t aChannelMask) in EncodeChannelMask() 1548 otError NcpBase::DecodeChannelMask(uint32_t &aChannelMask) in DecodeChannelMask()
|