6loWPAN: Add an IOCTL to set the IEEE802.15.4 PAN ID

This commit is contained in:
Gregory Nutt
2017-04-19 18:06:43 -06:00
parent 6a2c43b0c1
commit 9281cd558e
5 changed files with 146 additions and 36 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ The length of the fragment header length is four bytes for the first header
(FRAG1) and five bytes for all subsequent headers (FRAGN). For example,
this is a HC1 compressed first frame of a packet
41 88 01 0000 3412 cdab ### 9-byte MAC header
41 88 01 cefa 3412 cdab ### 9-byte MAC header
c50e 000b ### 4-byte FRAG1 header
42 ### SIXLOWPAN_DISPATCH_HC1
fb ### RIME_HC1_HC_UDP_HC1_ENCODING
@@ -64,7 +64,7 @@ this is a HC1 compressed first frame of a packet
This is the second frame of the same transfer:
41 88 01 0000 3412 cdab ### 9-byte MAC header
41 88 01 cefa 3412 cdab ### 9-byte MAC header
e50e 000b 0a ### 5 byte FRAGN header
42 ### SIXLOWPAN_DISPATCH_HC1
fb ### RIME_HC1_HC_UDP_HC1_ENCODING