Home
last modified time | relevance | path

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

/external/openthread/src/cli/
Dcli_coap_secure.cpp56 , mPskIdLength(0) in CoapSecure()
431 mPskIdLength = static_cast<uint8_t>(length); in ProcessPsk()
432 memcpy(mPskId, aArgs[1].GetCString(), mPskIdLength); in ProcessPsk()
434 otCoapSecureSetPsk(GetInstancePtr(), mPsk, mPskLength, mPskId, mPskIdLength); in ProcessPsk()
Dcli_coap_secure.hpp187 uint8_t mPskIdLength; member in ot::Cli::CoapSecure