mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
6loWPAN: Add an IOCTL to set the IEEE802.15.4 PAN ID
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user