ESP-IDF
otThreadLinkInfo::mLinkSecurity
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
otThreadLinkInfo::mLinkSecurity
otThreadLinkInfo::mLinkSecurity field
Syntax
Show:
Summary
Declaration
from
message.h:97
bool
mLinkSecurity
:
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
mLinkSecurity
:
1
;
///< Indicates whether or not link security is enabled.
message.h:97
mLinkSecurity
=
(
keyIdMode
==
Mac
::
Frame
::
kKeyIdMode0
)
||
(
keyIdMode
==
Mac
::
Frame
::
kKeyIdMode1
)
;
mesh_forwarder.cpp:72
ot::ThreadLinkInfo
ot::ThreadLinkInfo::SetFrom()
mLinkSecurity
=
false
;
mesh_forwarder.cpp:76
ot::ThreadLinkInfo
ot::ThreadLinkInfo::SetFrom()
bool
IsLinkSecurityEnabled
(
void
)
const
{
return
mLinkSecurity
;
}
mesh_forwarder.hpp:112
ot::ThreadLinkInfo
ot::ThreadLinkInfo::IsLinkSecurityEnabled() const
aLinkInfo
.
mLinkSecurity
=
IsLinkSecurityEnabled
(
)
;
message.cpp:811
ot::Message
ot::Message::GetLinkInfo() const
SetLinkSecurityEnabled
(
aLinkInfo
.
mLinkSecurity
)
;
message.cpp:833
ot::Message
ot::Message::UpdateLinkInfoFrom()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otThreadLinkInfo::mLinkSecurity
is written by 2 functions and is read by 2 functions:
ot::Message::GetLinkInfo() const
ot::ThreadLinkInfo::SetFrom()
All items filtered out
otThreadLinkInfo::mLinkSecurity
ot::ThreadLinkInfo::IsLinkSecurityEnabled() const
ot::Message::UpdateLinkInfoFrom()
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