Replies: 1 comment 2 replies
-
Yes. It does. openthread/src/core/CMakeLists.txt Lines 262 to 296 in 33574ad
The expected behavior of platform APIs is documented in the platform header (e.g. Also highly suggest checking existing implementations for different radio chips (repos in https://github.com/openthread) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am implementing the radio PAL API to build RCP and NCP devices but the first time I started the RCP it basically said I have to implement the OT_RADIO_CAPS_TRANSMIT_SEC and OT_RADIO_CAPS_TRANSMIT_TIMING capabilities.
As far as enabling the transmit security I see the simulation and efr32 implementations call a few otMacFrame* API functions that appear to actually perform the encryption. Does the RCP build actually include any MAC library/utility functions? Would it be sufficient to call these functions in my own radio PAL. Are there any other guidelines or considerations I should be looking out for?
Where can I find more details about the transmit timing capabilities requirements?
Beta Was this translation helpful? Give feedback.
All reactions