Home
last modified time | relevance | path

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

/openthread-3.7.0/include/openthread/
Ddataset.h214 bool mIsSecurityPolicyPresent; ///< TRUE if Security Policy is present, FALSE otherwise. member
/openthread-3.7.0/tests/unit/
Dtest_dataset.cpp101 VerifyOrQuit(datasetInfo.mComponents.mIsSecurityPolicyPresent); in TestDataset()
Dtest_routing_manager.cpp114 .mIsSecurityPolicyPresent = true,
/openthread-3.7.0/src/cli/
Dcli_dataset.cpp133 &Components::mIsSecurityPolicyPresent, in LookupMapper()
/openthread-3.7.0/src/core/meshcop/
Ddataset.cpp97 mComponents.mIsSecurityPolicyPresent = true; in GenerateRandom()
/openthread-3.7.0/src/ncp/
Dncp_base_mtd.cpp1329 if (aDataset.mComponents.mIsSecurityPolicyPresent) in EncodeOperationalDataset()
1558 aDataset.mComponents.mIsSecurityPolicyPresent = true; in DecodeOperationalDataset()