ESP-IDF
ot::Mac::Frame::CalculateMicSize()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Mac::Frame::CalculateMicSize()
ot::Mac::Frame::CalculateMicSize() method
Syntax
Show:
Summary
Declaration
Definition
from
mac_frame.hpp:917
static
uint8_t
CalculateMicSize
(
uint8_t
aSecurityControl
)
;
Implemented in
mac_frame.cpp:855
Arguments
Argument
aSecurityControl
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
Frame
::
CalculateMicSize
(
uint8_t
aSecurityControl
)
mac_frame.cpp:855
static
uint8_t
CalculateMicSize
(
uint8_t
aSecurityControl
)
;
mac_frame.hpp:917
micSize
=
CalculateMicSize
(
secCtl
)
;
mac_frame.cpp:211
ot::Mac::TxFrame::Info
ot::Mac::TxFrame::Info::PrepareHeadersIn() const
footerLength
+=
CalculateMicSize
(
mPsdu
[
index
]
)
;
mac_frame.cpp:849
ot::Mac::Frame
ot::Mac::Frame::GetFooterLength() const
Call Tree
from
examples
ot::Mac::Frame::CalculateMicSize()
is called by 2 functions:
ot::Mac::TxFrame::Info::PrepareHeadersIn() const
ot::Mac::Frame::GetFooterLength() const
All items filtered out
ot::Mac::Frame::CalculateMicSize()
All items filtered out
Data Use
from
examples
ot::Mac::Frame::CalculateMicSize()
reads 13 variables:
ot::Mac::Frame::SecurityLevel::kSecurityNone
ot::Mac::Frame::SecurityLevel::kSecurityMic32
ot::Mac::Frame::SecurityLevel::kSecurityMic64
ot::Mac::Frame::SecurityLevel::kSecurityMic128
ot::Mac::Frame::SecurityLevel::kSecurityEnc
ot::Mac::Frame::SecurityLevel::kSecurityEncMic32
ot::Mac::Frame::SecurityLevel::kSecurityEncMic64
ot::Mac::Frame::SecurityLevel::kSecurityEncMic128
ot::Mac::Frame::kSecLevelMask
ot::Mac::Frame::kMic0Size
ot::Mac::Frame::kMic32Size
ot::Mac::Frame::kMic64Size
ot::Mac::Frame::kMic128Size
All items filtered out
ot::Mac::Frame::CalculateMicSize()
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