lkml.org 
[lkml]   [2021]   [Dec]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[net-next 10/18] net: ieee802154: Define frame types
Date
A 802.15.4 frame can be of different types, here is a definition
matching the specification. This enumeration will be soon be used when
adding scanning support.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---
include/net/ieee802154_netdev.h | 11 +++++++++++
1 file changed, 11 insertions(+)

diff --git a/include/net/ieee802154_netdev.h b/include/net/ieee802154_netdev.h
index a92999817dc0..04738ae3b25e 100644
--- a/include/net/ieee802154_netdev.h
+++ b/include/net/ieee802154_netdev.h
@@ -105,6 +105,17 @@ struct ieee802154_hdr_fc {
#endif
};

+enum ieee802154_frame_type {
+ IEEE802154_BEACON_FRAME,
+ IEEE802154_DATA_FRAME,
+ IEEE802154_ACKNOWLEDGEMENT_FRAME,
+ IEEE802154_MAC_COMMAND_FRAME,
+ IEEE802154_RESERVED_FRAME,
+ IEEE802154_MULTIPURPOSE_FRAME,
+ IEEE802154_FRAGMENT_FRAME,
+ IEEE802154_EXTENDED_FRAME,
+};
+
struct ieee802154_hdr {
struct ieee802154_hdr_fc fc;
u8 seq;
--
2.27.0
\
 
 \ /
  Last update: 2021-12-22 16:58    [W:0.238 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site