Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dcommissioner.h117 #define OT_JOINER_MAX_PSKD_LENGTH 32 ///< Maximum string length of a Joiner PSKd (does not include … macro
125 …char m8[OT_JOINER_MAX_PSKD_LENGTH + 1]; ///< Char string array (must be null terminated - +1 is fo…
/openthread-3.6.0/src/core/meshcop/
Dmeshcop.hpp69 …static constexpr uint8_t kMaxLength = OT_JOINER_MAX_PSKD_LENGTH; ///< Max PSKd string length (excl…