ESP-IDF
ot::MeshCoP::JoinerPskd::kMaxLength
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::JoinerPskd::kMaxLength
ot::MeshCoP::JoinerPskd::kMaxLength variable
Syntax
Show:
Summary
Declaration
from
meshcop.hpp:67
static
constexpr
uint8_t
kMaxLength
=
OT_JOINER_MAX_PSKD_LENGTH
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kMaxLength
=
OT_JOINER_MAX_PSKD_LENGTH
;
///< Max PSKd string length (excludes null char)
meshcop.hpp:67
static_assert
(
static_cast
<
uint16_t
>
(
MeshCoP
::
JoinerPskd
::
kMaxLength
)
<=
coap_secure.cpp:108
ot::Coap::CoapSecure
ot::Coap::CoapSecure::SetPsk()
uint16_t
pskdLength
=
StringLength
(
aPskdString
,
kMaxLength
+
1
)
;
meshcop.cpp:84
ot::MeshCoP::JoinerPskd
ot::MeshCoP::JoinerPskd::IsPskdValid()
VerifyOrExit
(
pskdLength
>=
kMinLength
&&
pskdLength
<=
kMaxLength
)
;
meshcop.cpp:86
ot::MeshCoP::JoinerPskd
ot::MeshCoP::JoinerPskd::IsPskdValid()
uint8_t
GetLength
(
void
)
const
{
return
static_cast
<
uint8_t
>
(
StringLength
(
m8
,
kMaxLength
+
1
)
)
;
}
meshcop.hpp:106
ot::MeshCoP::JoinerPskd
ot::MeshCoP::JoinerPskd::GetLength() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::MeshCoP::JoinerPskd::kMaxLength
is read by 3 functions:
All items filtered out
ot::MeshCoP::JoinerPskd::kMaxLength
ot::MeshCoP::JoinerPskd::GetLength() const
ot::Coap::CoapSecure::SetPsk()
ot::MeshCoP::JoinerPskd::IsPskdValid()
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