Home
last modified time | relevance | path

Searched refs:EncodeChannelMask (Results 1 – 4 of 4) sorted by relevance

/openthread-3.4.0/src/ncp/
Dncp_base.cpp1544 otError NcpBase::EncodeChannelMask(uint32_t aChannelMask) in EncodeChannelMask() function in ot::Ncp::NcpBase
1580 return EncodeChannelMask(mScanChannelMask); in HandlePropertyGet()
2451 return EncodeChannelMask(otPlatRadioGetSupportedChannelMask(mInstance)); in HandlePropertyGet()
2453 return EncodeChannelMask(otLinkGetSupportedChannelMask(mInstance)); in HandlePropertyGet()
2459 return EncodeChannelMask(otPlatRadioGetPreferredChannelMask(mInstance)); in HandlePropertyGet()
Dncp_base.hpp241 otError EncodeChannelMask(uint32_t aChannelMask);
Dncp_base_ftd.cpp1283 return EncodeChannelMask(otChannelManagerGetSupportedChannels(mInstance)); in HandlePropertyGet()
1300 return EncodeChannelMask(otChannelManagerGetFavoredChannels(mInstance)); in HandlePropertyGet()
Dncp_base_mtd.cpp1346 SuccessOrExit(error = EncodeChannelMask(aDataset.mChannelMask)); in EncodeOperationalDataset()