ESP-IDF
kNoLinkSecurity
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
kNoLinkSecurity
kNoLinkSecurity value
Syntax
Show:
Summary
Declaration
from
message.hpp:316
kNoLinkSecurity
=
false
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kNoLinkSecurity
=
false
,
///< Link security disabled (no link security).
message.hpp:316
Message
::
Settings
settings
(
Message
::
kNoLinkSecurity
,
Message
::
kPriorityNet
)
;
joiner_router.cpp:164
ot::MeshCoP::JoinerRouter
ot::MeshCoP::JoinerRouter::HandleTmf()
Settings
settings
(
IsLinkSecurityEnabled
(
)
?
kWithLinkSecurity
:
kNoLinkSecurity
,
GetPriority
(
)
)
;
message.cpp:768
ot::Message
ot::Message::Clone() const
Message
::
Settings
settings
(
Message
::
kNoLinkSecurity
,
Message
::
kPriorityNet
)
;
mle.cpp:4422
ot::Mle::Mle
ot::Mle::Mle::NewMleMessage()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kNoLinkSecurity
is read by 3 functions:
All items filtered out
kNoLinkSecurity
ot::Message::Clone() const
ot::Mle::Mle::NewMleMessage()
ot::MeshCoP::JoinerRouter::HandleTmf()
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