Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ieee802154_cmd_assoc_req Struct Reference

Association Request command payload (Capability Information field). More...

#include <zephyr/net/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.

Detailed Description

Association Request command payload (Capability Information field).

See section 7.5.2 and Figure 7-22.

Field Documentation

◆ alloc_addr

uint8_t ieee802154_cmd_assoc_req::alloc_addr

Allocate address.

◆ association_type

uint8_t ieee802154_cmd_assoc_req::association_type

Association type.

◆ [struct]

struct { ... } ieee802154_cmd_assoc_req::ci

Capability Information bit field.

◆ dev_type

uint8_t ieee802154_cmd_assoc_req::dev_type

Device type (FFD or RFD).

◆ power_src

uint8_t ieee802154_cmd_assoc_req::power_src

Power source.

◆ reserved_1

uint8_t ieee802154_cmd_assoc_req::reserved_1

Reserved; shall be zero.

◆ reserved_2

uint8_t ieee802154_cmd_assoc_req::reserved_2

Reserved; shall be zero.

◆ rx_on

uint8_t ieee802154_cmd_assoc_req::rx_on

Receiver on when idle.

◆ sec_capability

uint8_t ieee802154_cmd_assoc_req::sec_capability

Security capability.


The documentation for this struct was generated from the following file: