ESP-IDF
ot::Message::IsLinkSecurityEnabled() const
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::Message::IsLinkSecurityEnabled() const
ot::Message::IsLinkSecurityEnabled() const method
Indicates whether or not link security is enabled for the message.
Syntax
Show:
Summary
Declaration
from
message.hpp:1287
bool
IsLinkSecurityEnabled
(
void
)
const
;
Return value
TRUE If link security is enabled. FALSE If link security is not enabled.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsLinkSecurityEnabled
(
void
)
const
{
return
GetMetadata
(
)
.
mLinkSecurity
;
}
message.hpp:1287
if
(
aMessage
.
IsLinkSecurityEnabled
(
)
)
ip6_filter.cpp:50
ot::Ip6::Filter
ot::Ip6::Filter::Accept() const
if
(
mle
.
IsChild
(
)
&&
aMessage
.
IsLinkSecurityEnabled
(
)
&&
!
aMessage
.
IsSubTypeMle
(
)
)
mesh_forwarder.cpp:653
ot::MeshForwarder
ot::MeshForwarder::UpdateIp6Route()
if
(
mSendMessage
->
IsMleCommand
(
Mle
::
kCommandChildIdRequest
)
&&
mSendMessage
->
IsLinkSecurityEnabled
(
)
)
mesh_forwarder.cpp:770
ot::MeshForwarder
ot::MeshForwarder::HandleFrameRequest()
if
(
aMessage
.
IsLinkSecurityEnabled
(
)
)
mesh_forwarder.cpp:908
ot::MeshForwarder
ot::MeshForwarder::PrepareDataFrame()
if
(
(
!
aMessage
.
IsLinkSecurityEnabled
(
)
)
&&
aMessage
.
IsSubTypeMle
(
)
)
mesh_forwarder.cpp:1035
ot::MeshForwarder
ot::MeshForwarder::PrepareDataFrame()
if
(
!
GetRxOnWhenIdle
(
)
&&
message
->
IsLinkSecurityEnabled
(
)
)
mesh_forwarder.cpp:1510
ot::MeshForwarder
ot::MeshForwarder::HandleFragment()
aString
.
Append
(
"sec:%s, "
,
ToYesNo
(
aMessage
.
IsLinkSecurityEnabled
(
)
)
)
;
mesh_forwarder.cpp:1889
ot::MeshForwarder
ot::MeshForwarder::AppendSecErrorPrioRssRadioLabelsToLogString()
Settings
settings
(
IsLinkSecurityEnabled
(
)
?
kWithLinkSecurity
:
kNoLinkSecurity
,
GetPriority
(
)
)
;
message.cpp:768
ot::Message
ot::Message::Clone() const
aLinkInfo
.
mLinkSecurity
=
IsLinkSecurityEnabled
(
)
;
message.cpp:811
ot::Message
ot::Message::GetLinkInfo() const
if
(
aMessage
.
IsLinkSecurityEnabled
(
)
)
mle.cpp:1649
ot::Mle::Mle
ot::Mle::Mle::HandleChildIdRequestTxDone()
Call Tree
from
examples
ot::Message::IsLinkSecurityEnabled() const
is called by 9 functions:
ot::Message::Clone() const
ot::Message::GetLinkInfo() const
ot::MeshForwarder::UpdateIp6Route()
ot::MeshForwarder::HandleFrameRequest()
ot::MeshForwarder::PrepareDataFrame()
ot::MeshForwarder::HandleFragment()
ot::MeshForwarder::AppendSecErrorPrioRssRadioLabelsToLogString()
ot::Mle::Mle::HandleChildIdRequestTxDone()
ot::Ip6::Filter::Accept() const
All items filtered out
ot::Message::IsLinkSecurityEnabled() const
All items filtered out
Data Use
from
examples
All items filtered out
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