| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
Scanning parameters. More...
#include <ieee802154_mgmt.h>
Data Fields | |
| uint32_t | channel_set | 
| uint32_t | duration | 
| uint16_t | channel | 
| uint16_t | pan_id | 
| union { | |
| uint8_t addr [IEEE802154_MAX_ADDR_LENGTH] | |
| uint16_t short_addr | |
| }; | |
| uint8_t | len | 
| uint8_t | lqi | 
Scanning parameters.
Used to request a scan and get results as well
| union { ... } ieee802154_req_params::@220 | 
Result address
| uint8_t ieee802154_req_params::addr[IEEE802154_MAX_ADDR_LENGTH] | 
| uint16_t ieee802154_req_params::channel | 
Current channel in use as a result
| uint32_t ieee802154_req_params::channel_set | 
The set of channels to scan, use above macros to manage it
| uint32_t ieee802154_req_params::duration | 
Duration of scan, per-channel, in milliseconds
| uint8_t ieee802154_req_params::len | 
length of address
| uint8_t ieee802154_req_params::lqi | 
Link quality information, between 0 and 255
| uint16_t ieee802154_req_params::pan_id | 
Current pan_id in use as a result
| uint16_t ieee802154_req_params::short_addr |