-
Hi, I'm asking when user chooses to use OT_THREAD_VERSION_1_1 with platform that support OT_RADIO_CAPS_TRANSMIT_SEC. I'm just wondering if the radio platform should process security or it will be handled by Openthread ? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
abtink
Nov 11, 2022
Replies: 1 comment 1 reply
-
If the radio platform indicates that it provides |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jwhui
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the radio platform indicates that it provides
OT_RADIO_CAPS_TRANSMIT_SEC
capability, then OT core (SubMac
) will not do tx security and delegates this to radio platform layer. This is independent of Thread version.