Lines Matching +full:carry +full:- +full:less
11 - ZigBee - proprietary protocol from the ZigBee Alliance
12 - 6LoWPAN - IPv6 networking over low rate personal area networks
14 The goal of the Linux-wpan is to provide a complete implementation
16 of protocols for organizing Low-Rate Wireless Personal Area Networks.
20 - IEEE 802.15.4 layer; We have chosen to use plain Berkeley socket API,
23 - MAC - provides access to shared channel and reliable data delivery
24 - PHY - represents device drivers
35 in the userspace package (see either https://linux-wpan.org/wpan-tools.html
36 or the git tree at https://github.com/linux-wpan/wpan-tools).
43 with a link throughput of 250 kbps or less. The 6LoWPAN adaptation format
44 [RFC4944] was specified to carry IPv6 datagrams over such constrained links,
47 a Mesh Addressing header to support sub-IP forwarding, a Fragmentation header
52 In September 2011 the standard update was published - [RFC6282].
79 -------
83 code via plain sk_buffs. On skb reception skb->cb must contain additional
85 the skb->cb is used to provide additional data to the device's
86 header_ops->create function. Be aware that this data can be overridden later
88 later, you should store info in the skb->data on your own.
96 -------
102 NOTE: Currently the only monitor device type is supported - it's IEEE 802.15.4
111 ------------
114 SoftMAC (fakelb - IEEE 802.15.4 loopback driver) interface. This option