forked from openthread/openthread
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mac_frame] process the security of the wakeup frame
If the radio driver supports the `OT_RADIO_CAPS_TRANSMIT_SEC`, the radio driver should process the security of the send frame. But the current method `otMacFrameProcessTransmitSecurity()` doesn't process the security of the wakeup frame. Which causes sent wakeup frame is not encrypted. This commit enables the method `otMacFrameProcessTransmitSecurity()` to process the security of the wakeup frame.
- Loading branch information
1 parent
4f2eec9
commit f5b4218
Showing
2 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters