Searched refs:ContainsChannel (Results 1 – 6 of 6) sorted by relevance
136 bool ContainsChannel(uint8_t aChannel) const in ContainsChannel() function in ot::Mac::ChannelMask
66 if (ContainsChannel(aChannel)) in GetNextChannel()
427 VerifyOrExit(mSupportedChannelMask.ContainsChannel(aChannel), error = kErrorInvalidArgs); in SetPanChannel()451 VerifyOrExit(mSupportedChannelMask.ContainsChannel(aChannel), error = kErrorInvalidArgs); in SetTemporaryChannel()2576 VerifyOrExit(mSupportedChannelMask.ContainsChannel(aChannel), error = kErrorInvalidArgs); in SetWakeupChannel()
108 …VerifyOrExit((mStartingChannel == kChannelIteratorFirst) || !mChannelMask.ContainsChannel(mStartin… in SelectStartingChannel()
1221 … if (!channelMask.ContainsChannel(Get<Mac::Mac>().GetPanChannel()) && (mRole != kRoleDisabled)) in HandleNotifierEvents()2154 …VerifyOrExit(Get<Mac::Mac>().GetSupportedChannelMask().ContainsChannel(aChannel), error = kErrorIn… in SendAnnounce()
442 VerifyOrQuit(aMask.ContainsChannel(channel)); in VerifyChannelMaskContent()446 VerifyOrQuit(!aMask.ContainsChannel(channel)); in VerifyChannelMaskContent()