Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dradio.cpp873 channelMask = GetRadioSpinel().GetRadioChannelMask(false); in otPlatRadioGetSupportedChannelMask()
893 channelMask = GetRadioSpinel().GetRadioChannelMask(true); in otPlatRadioGetPreferredChannelMask()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp716 uint32_t GetRadioChannelMask(bool aPreferred);
Dradio_spinel.cpp1885 uint32_t RadioSpinel::GetRadioChannelMask(bool aPreferred) in GetRadioChannelMask() function in ot::Spinel::RadioSpinel