Zephyr API 3.6.99
|
Regulatory domain information or configuration. More...
#include <wifi_mgmt.h>
Data Fields | |
enum wifi_mgmt_op | oper |
Regulatory domain operation. | |
bool | force |
Ignore all other regulatory hints over this one. | |
uint8_t | country_code [2] |
Country code: ISO/IEC 3166-1 alpha-2. | |
unsigned int | num_channels |
Number of channels supported. | |
struct wifi_reg_chan_info * | chan_info |
Channels information. | |
Regulatory domain information or configuration.
struct wifi_reg_chan_info* wifi_reg_domain::chan_info |
Channels information.
uint8_t wifi_reg_domain::country_code[2] |
Country code: ISO/IEC 3166-1 alpha-2.
bool wifi_reg_domain::force |
Ignore all other regulatory hints over this one.
unsigned int wifi_reg_domain::num_channels |
Number of channels supported.
enum wifi_mgmt_op wifi_reg_domain::oper |
Regulatory domain operation.