#include <iwconfig.h>
Data Fields | |
uint8_t | name |
uint16_t | mtu |
uint8_t | dev_addr [MAX_ADDR_LEN] |
lpstate_t | lpstate |
uint8_t | channel |
uint16_t | panid |
uint8_t | key [KEYSIZE] |
int16_t | tx_pwr |
uint8_t net_device::name |
Name of the link interface.
uint16_t net_device::mtu |
MTU size of link interface. This cannot be changed.
uint8_t net_device::dev_addr[MAX_ADDR_LEN] |
Link (MAC) address of the device.
Low power configurations.
uint8_t net_device::channel |
15.4 channel
uint16_t net_device::panid |
15.4 PAN ID.
uint8_t net_device::key[KEYSIZE] |
Security key.
int16_t net_device::tx_pwr |
15.4 radio transmission power in discrete units of dBm. (e.g. 0dBm) The actual values are provided through proper enumerations.