ESP-IDF
ot::MeshCoP::SecureTransport::kPskMaxLength
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshCoP::SecureTransport::kPskMaxLength
ot::MeshCoP::SecureTransport::kPskMaxLength variable
Syntax
Show:
Summary
Declaration
from
secure_transport.hpp:102
static
constexpr
uint8_t
kPskMaxLength
=
32
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kPskMaxLength
=
32
;
///< Maximum PSK length.
secure_transport.hpp:102
static_assert
(
kMaxEphemeralKeyLength
<=
SecureTransport
::
kPskMaxLength
,
border_agent.hpp:254
static_cast
<
uint16_t
>
(
MeshCoP
::
SecureTransport
::
kPskMaxLength
)
,
coap_secure.cpp:109
ot::Coap::CoapSecure
ot::Coap::CoapSecure::SetPsk()
uint8_t
mPsk
[
kPskMaxLength
]
;
secure_transport.hpp:587
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::MeshCoP::SecureTransport::kPskMaxLength
is read by 1 function:
All items filtered out
ot::MeshCoP::SecureTransport::kPskMaxLength
ot::Coap::CoapSecure::SetPsk()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out