Searched refs:EncodeChannelMask (Results 1 – 4 of 4) sorted by relevance
1693 otError NcpBase::EncodeChannelMask(uint32_t aChannelMask) in EncodeChannelMask() function in ot::Ncp::NcpBase1729 return EncodeChannelMask(mScanChannelMask); in HandlePropertyGet()2621 return EncodeChannelMask(otPlatRadioGetSupportedChannelMask(mInstance)); in HandlePropertyGet()2623 return EncodeChannelMask(otLinkGetSupportedChannelMask(mInstance)); in HandlePropertyGet()2629 return EncodeChannelMask(otPlatRadioGetPreferredChannelMask(mInstance)); in HandlePropertyGet()
319 otError EncodeChannelMask(uint32_t aChannelMask);
1283 return EncodeChannelMask(otChannelManagerGetSupportedChannels(mInstance)); in HandlePropertyGet()1300 return EncodeChannelMask(otChannelManagerGetFavoredChannels(mInstance)); in HandlePropertyGet()
1349 SuccessOrExit(error = EncodeChannelMask(aDataset.mChannelMask)); in EncodeOperationalDataset()