Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dconfiguration.cpp54 const char Configuration::kKeyPreferredChannelMask[] = "preferred_channel_mask"; member in ot::Posix::Configuration
164 … SuccessOrExit(error = GetChannelMask(kKeyPreferredChannelMask, aDomain, mPreferredChannelMask)); in UpdateChannelMasks()
279 …nfigFile.HasKey(kKeySupportedChannelMask) || mProductConfigFile.HasKey(kKeyPreferredChannelMask) || in IsValid()
Dconfiguration.hpp121 static const char kKeyPreferredChannelMask[]; member in ot::Posix::Configuration