|
Contiki-NG
|
The IEEE 802.15.4 frame has a number of constant/fixed fields that can be counted to make frame construction and max payload calculations easier. More...
#include <os/net/mac/framer/frame802154.h>
Data Fields | |
| uint8_t | frame_type |
| 3 bit. More... | |
| uint8_t | security_enabled |
| 1 bit. More... | |
| uint8_t | frame_pending |
| 1 bit. More... | |
| uint8_t | ack_required |
| 1 bit. More... | |
| uint8_t | panid_compression |
| 1 bit. More... | |
| uint8_t | sequence_number_suppression |
| < 1 bit. More... | |
| uint8_t | ie_list_present |
| 1 bit. More... | |
| uint8_t | dest_addr_mode |
| 2 bit. More... | |
| uint8_t | frame_version |
| 2 bit. More... | |
| uint8_t | src_addr_mode |
| 2 bit. More... | |
The IEEE 802.15.4 frame has a number of constant/fixed fields that can be counted to make frame construction and max payload calculations easier.
These include:
Definition at line 152 of file frame802154.h.
| uint8_t frame802154_fcf_t::ack_required |
| uint8_t frame802154_fcf_t::dest_addr_mode |
| uint8_t frame802154_fcf_t::frame_pending |
| uint8_t frame802154_fcf_t::frame_type |
| uint8_t frame802154_fcf_t::frame_version |
| uint8_t frame802154_fcf_t::ie_list_present |
1 bit.
Does the header contain Information Elements?, see 802.15.4e
Definition at line 160 of file frame802154.h.
| uint8_t frame802154_fcf_t::panid_compression |
| uint8_t frame802154_fcf_t::security_enabled |
| uint8_t frame802154_fcf_t::sequence_number_suppression |
< 1 bit.
Unused bit 1 bit. Does the header omit sequence number?, see 802.15.4e
Definition at line 159 of file frame802154.h.
| uint8_t frame802154_fcf_t::src_addr_mode |
1.8.13