Home
last modified time | relevance | path

Searched defs:PskInfo (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp551 struct PskInfo : public Clearable<PskInfo> struct in ot::MeshCoP::SecureTransport::Extension
553 PskInfo(void) { Clear(); } in PskInfo() function
556 const uint8_t *mPreSharedKey;
557 const uint8_t *mPreSharedKeyIdentity;
558 uint16_t mPreSharedKeyLength;
559 uint16_t mPreSharedKeyIdLength;