Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dcommissioner.h82 #define OT_COMMISSIONING_PASSPHRASE_MIN_SIZE 6 ///< Minimum size of the Commissioning Passphrase macro
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dmeshcop.cpp324 VerifyOrExit((passphraseLen >= OT_COMMISSIONING_PASSPHRASE_MIN_SIZE) && in GeneratePskc()