Zephyr API Documentation
3.6.99
A Scalable Open Source RTOS
|
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 | |
in CPU byte order More... | |
uint8_t addr [IEEE802154_MAX_ADDR_LENGTH] | |
in big endian More... | |
}; | |
Result address. | |
uint8_t | len |
length of address | |
uint8_t | lqi |
Link quality information, between 0 and 255. | |
Scanning parameters.
Used to request a scan and get results as well, see section 8.2.11.2
union { ... } ieee802154_req_params::@306 |
Result address.
uint8_t ieee802154_req_params::addr[IEEE802154_MAX_ADDR_LENGTH] |
in big endian
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 |
in CPU byte order