Home
last modified time | relevance | path

Searched defs:GetSupportedChannelMask (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/src/core/radio/
Dmax_power_table.hpp67 uint32_t GetSupportedChannelMask(void) const in GetSupportedChannelMask() function in ot::MaxPowerTable
Dradio.hpp861 inline uint32_t Radio::GetSupportedChannelMask(void) { return otPlatRadioGetSupportedChannelMask(Ge… in GetSupportedChannelMask() function in ot::Radio
/openthread-3.6.0/src/posix/platform/
Dconfiguration.hpp97 uint32_t GetSupportedChannelMask(void) const { return mSupportedChannelMask; } in GetSupportedChannelMask() function in ot::Posix::Configuration
/openthread-3.6.0/src/core/mac/
Dmac.hpp318 const ChannelMask &GetSupportedChannelMask(void) const { return mSupportedChannelMask; } in GetSupportedChannelMask() function in ot::Mac::Mac