Home
last modified time | relevance | path

Searched refs:SetSupportedChannelMask (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/mac/
Dmac.hpp329 void SetSupportedChannelMask(const ChannelMask &aMask);
Dmac.cpp472 void Mac::SetSupportedChannelMask(const ChannelMask &aMask) in SetSupportedChannelMask() function in ot::Mac::Mac
/openthread-latest/src/core/api/
Dlink_api.cpp117 instance.Get<Mac::Mac>().SetSupportedChannelMask(Mac::ChannelMask(aChannelMask)); in otLinkSetSupportedChannelMask()