Home
last modified time | relevance | path

Searched refs:mIsNetworkKeyPresent (Results 1 – 6 of 6) sorted by relevance

/openthread-3.7.0/tests/unit/
Dtest_dataset.cpp94 VerifyOrQuit(datasetInfo.mComponents.mIsNetworkKeyPresent); in TestDataset()
176 datasetInfo.mComponents.mIsNetworkKeyPresent = true; in TestDataset()
234 datasetInfo.mComponents.mIsNetworkKeyPresent = true; in TestDataset()
Dtest_routing_manager.cpp107 .mIsNetworkKeyPresent = true,
/openthread-3.7.0/include/openthread/
Ddataset.h206 bool mIsNetworkKeyPresent; ///< TRUE if Network Key is present, FALSE otherwise. member
/openthread-3.7.0/src/cli/
Dcli_dataset.cpp103 &Components::mIsNetworkKeyPresent, in LookupMapper()
/openthread-3.7.0/src/core/meshcop/
Ddataset.cpp90 mComponents.mIsNetworkKeyPresent = true; in GenerateRandom()
/openthread-3.7.0/src/ncp/
Dncp_base_mtd.cpp1253 if (aDataset.mComponents.mIsNetworkKeyPresent) in EncodeOperationalDataset()
1443 aDataset.mComponents.mIsNetworkKeyPresent = true; in DecodeOperationalDataset()