Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dconfiguration.cpp53 const char Configuration::kKeySupportedChannelMask[] = "supported_channel_mask"; member in ot::Posix::Configuration
157 if (mProductConfigFile.HasKey(kKeySupportedChannelMask)) in UpdateChannelMasks()
159 … SuccessOrExit(error = GetChannelMask(kKeySupportedChannelMask, aDomain, mSupportedChannelMask)); in UpdateChannelMasks()
162 if (mProductConfigFile.HasKey(kKeySupportedChannelMask)) in UpdateChannelMasks()
279 …ret = mProductConfigFile.HasKey(kKeySupportedChannelMask) || mProductConfigFile.HasKey(kKeyPreferr… in IsValid()
Dconfiguration.hpp126 static const char kKeySupportedChannelMask[]; member in ot::Posix::Configuration