[riot-notifications] [RIOT-OS/RIOT] Initial implementation of IEEE 802.15.4 security (#15150)
fabian18
notifications at github.com
Tue Nov 3 19:16:39 CET 2020
@fabian18 commented on this pull request.
> + * @brief Number of shifts to set/get security level bits
+ */
+#define IEEE802154_SCF_SECLEVEL_SHIFT (0)
+
+/**
+ * @brief Mask to get key mode bits
+ */
+#define IEEE802154_SCF_KEYMODE_MASK (0x18)
+
+/**
+ * @brief Number of shifts to set/get key mode bits
+ */
+#define IEEE802154_SCF_KEYMODE_SHIFT (3)
+
+/**
+ * @brief Security levels
I will add a comment
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15150#discussion_r516866085
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201103/8059c8fc/attachment.htm>
More information about the notifications
mailing list