Zephyr API 3.6.99
|
Per-channel regulatory attributes. More...
#include <wifi_mgmt.h>
Data Fields | |
unsigned short | center_frequency |
Center frequency in MHz. | |
unsigned short | max_power:8 |
Maximum transmission power (in dBm) | |
unsigned short | supported:1 |
Is channel supported or not. | |
unsigned short | passive_only:1 |
Passive transmissions only. | |
unsigned short | dfs:1 |
Is a DFS channel. | |
Per-channel regulatory attributes.
unsigned short wifi_reg_chan_info::center_frequency |
Center frequency in MHz.
unsigned short wifi_reg_chan_info::dfs |
Is a DFS channel.
unsigned short wifi_reg_chan_info::max_power |
Maximum transmission power (in dBm)
unsigned short wifi_reg_chan_info::passive_only |
Passive transmissions only.
unsigned short wifi_reg_chan_info::supported |
Is channel supported or not.