Home
last modified time | relevance | path

Searched refs:mPreferredChannelMask (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/posix/platform/
Dconfiguration.hpp65 , mPreferredChannelMask(kDefaultChannelMask) in Configuration()
104 uint32_t GetPreferredChannelMask(void) const { return mPreferredChannelMask; } in GetPreferredChannelMask()
144 uint32_t mPreferredChannelMask; member in ot::Posix::Configuration
Dconfiguration.cpp164 … SuccessOrExit(error = GetChannelMask(kKeyPreferredChannelMask, aDomain, mPreferredChannelMask)); in UpdateChannelMasks()