ESP-IDF
OT_RADIO_CAPS_TRANSMIT_SEC
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_RADIO_CAPS_TRANSMIT_SEC
OT_RADIO_CAPS_TRANSMIT_SEC value
Syntax
Show:
Summary
Declaration
from
radio.h:129
OT_RADIO_CAPS_TRANSMIT_SEC
=
1
<
<
5
;
Examples
References
from
examples
Code
Location
Scope
Referrer
OT_RADIO_CAPS_TRANSMIT_SEC
=
1
<
<
5
,
///< Radio supports tx security.
radio.h:129
OT_RADIO_CAPS_TRANSMIT_SEC
|
esp_openthread_radio_spinel.cpp:50
OT_RADIO_CAPS_TRANSMIT_SEC
|
esp_radio_spinel.cpp:38
if
(
sRadioCaps
&
OT_RADIO_CAPS_TRANSMIT_SEC
)
radio_spinel.cpp:695
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::ParseRadioFrame()
if
(
(
sRadioCaps
&
OT_RADIO_CAPS_TRANSMIT_SEC
)
&&
headerUpdated
&&
radio_spinel.cpp:1570
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::HandleTransmitDone()
caps
|=
OT_RADIO_CAPS_TRANSMIT_SEC
;
sub_mac.cpp:127
ot::Mac::SubMac
ot::Mac::SubMac::GetCaps() const
OT_RADIO_CAPS_ENERGY_SCAN
|
OT_RADIO_CAPS_TRANSMIT_SEC
|
OT_RADIO_CAPS_TRANSMIT_TIMING
|
sub_mac.cpp:148
ot::Mac::SubMac
ot::Mac::SubMac::GetCaps() const
bool
RadioSupportsTransmitSecurity
(
void
)
const
{
return
(
(
mRadioCaps
&
OT_RADIO_CAPS_TRANSMIT_SEC
)
!=
0
)
;
}
sub_mac.hpp:583
ot::Mac::SubMac
ot::Mac::SubMac::RadioSupportsTransmitSecurity() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
OT_RADIO_CAPS_TRANSMIT_SEC
is read by 4 functions:
All items filtered out
OT_RADIO_CAPS_TRANSMIT_SEC
ot::Mac::SubMac::RadioSupportsTransmitSecurity() const
ot::Mac::SubMac::GetCaps() const
ot::Spinel::RadioSpinel::ParseRadioFrame()
ot::Spinel::RadioSpinel::HandleTransmitDone()
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