ESP-IDF
ot::Mac::TxFrame::IsSecurityProcessed() 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::Mac::TxFrame::IsSecurityProcessed() const
ot::Mac::TxFrame::IsSecurityProcessed() const method
Indicates whether or not the frame has security processed.
Syntax
Show:
Summary
Declaration
from
mac_frame.hpp:1217
bool
IsSecurityProcessed
(
void
)
const
;
Return value
TRUE The frame already has security processed. FALSE The frame does not have security processed.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsSecurityProcessed
(
void
)
const
{
return
mInfo
.
mTxInfo
.
mIsSecurityProcessed
;
}
mac_frame.hpp:1217
if
(
!
frame
->
IsSecurityProcessed
(
)
)
mac.cpp:1041
ot::Mac::Mac
ot::Mac::Mac::BeginTransmit()
VerifyOrExit
(
!
mTransmitFrame
.
IsSecurityProcessed
(
)
)
;
sub_mac.cpp:358
ot::Mac::SubMac
ot::Mac::SubMac::ProcessTransmitSecurity()
Call Tree
from
examples
ot::Mac::TxFrame::IsSecurityProcessed() const
is called by 2 functions:
ot::Mac::Mac::BeginTransmit()
ot::Mac::SubMac::ProcessTransmitSecurity()
All items filtered out
ot::Mac::TxFrame::IsSecurityProcessed() const
All items filtered out
Data Use
from
examples
ot::Mac::TxFrame::IsSecurityProcessed() const
reads 3 variables:
otRadioFrame::
::
::mIsSecurityProcessed
otRadioFrame::
::mTxInfo
otRadioFrame::mInfo
All items filtered out
ot::Mac::TxFrame::IsSecurityProcessed() const
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