Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ieee802154_req_params Struct Reference

Scanning parameters. More...

#include <ieee802154_mgmt.h>

Data Fields

uint32_t channel_set
 The set of channels to scan, use above macros to manage it.
 
uint32_t duration
 Duration of scan, per-channel, in milliseconds.
 
uint16_t channel
 Current channel in use as a result.
 
uint16_t pan_id
 Current pan_id in use as a result.
 
union {
   uint16_t   short_addr
 
   uint8_t   addr [IEEE802154_MAX_ADDR_LENGTH]
 
}; 
 Result address.
 
uint8_t len
 length of address
 
uint8_t lqi
 Link quality information, between 0 and 255.
 

Detailed Description

Scanning parameters.

Used to request a scan and get results as well, see section 8.2.11.2

Field Documentation

◆ 

union { ... } ieee802154_req_params::@307

Result address.

◆ addr

uint8_t ieee802154_req_params::addr[IEEE802154_MAX_ADDR_LENGTH]

◆ channel

uint16_t ieee802154_req_params::channel

Current channel in use as a result.

◆ channel_set

uint32_t ieee802154_req_params::channel_set

The set of channels to scan, use above macros to manage it.

◆ duration

uint32_t ieee802154_req_params::duration

Duration of scan, per-channel, in milliseconds.

◆ len

uint8_t ieee802154_req_params::len

length of address

◆ lqi

uint8_t ieee802154_req_params::lqi

Link quality information, between 0 and 255.

◆ pan_id

uint16_t ieee802154_req_params::pan_id

Current pan_id in use as a result.

◆ short_addr

uint16_t ieee802154_req_params::short_addr

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