![]() |
Zephyr API 4.4.99
A Scalable Open Source RTOS
|
Association Request command payload (Capability Information field). More...
#include <ieee802154_frame.h>
Data Fields | ||
| struct { | ||
| uint8_t alloc_addr: 1 | ||
| Allocate address. More... | ||
| uint8_t sec_capability: 1 | ||
| Security capability. More... | ||
| uint8_t reserved_2: 1 | ||
| Reserved; shall be zero. More... | ||
| uint8_t association_type: 1 | ||
| Association type. More... | ||
| uint8_t rx_on: 1 | ||
| Receiver on when idle. More... | ||
| uint8_t power_src: 1 | ||
| Power source. More... | ||
| uint8_t dev_type: 1 | ||
| Device type (FFD or RFD). More... | ||
| uint8_t reserved_1: 1 | ||
| Reserved; shall be zero. More... | ||
| } | ci | |
| Capability Information bit field. | ||
Association Request command payload (Capability Information field).
See section 7.5.2 and Figure 7-22.
| uint8_t ieee802154_cmd_assoc_req::alloc_addr |
Allocate address.
| uint8_t ieee802154_cmd_assoc_req::association_type |
Association type.
| struct { ... } ieee802154_cmd_assoc_req::ci |
Capability Information bit field.
| uint8_t ieee802154_cmd_assoc_req::dev_type |
Device type (FFD or RFD).
| uint8_t ieee802154_cmd_assoc_req::power_src |
Power source.
| uint8_t ieee802154_cmd_assoc_req::reserved_1 |
Reserved; shall be zero.
| uint8_t ieee802154_cmd_assoc_req::reserved_2 |
Reserved; shall be zero.
| uint8_t ieee802154_cmd_assoc_req::rx_on |
Receiver on when idle.
| uint8_t ieee802154_cmd_assoc_req::sec_capability |
Security capability.