Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
wifi_reg_domain Struct Reference

Regulatory domain information or configuration. More...

#include <zephyr/net/wifi_mgmt.h>

Data Fields

enum wifi_mgmt_op oper
 Regulatory domain operation.
bool force
 Ignore all other regulatory hints over this one, the behavior is implementation specific.
uint8_t country_code [WIFI_COUNTRY_CODE_LEN]
 Country code: ISO/IEC 3166-1 alpha-2.
unsigned int num_channels
 Number of channels supported.
struct wifi_reg_chan_infochan_info
 Channels information.

Detailed Description

Regulatory domain information or configuration.

Field Documentation

◆ chan_info

struct wifi_reg_chan_info* wifi_reg_domain::chan_info

Channels information.

◆ country_code

uint8_t wifi_reg_domain::country_code[WIFI_COUNTRY_CODE_LEN]

Country code: ISO/IEC 3166-1 alpha-2.

◆ force

bool wifi_reg_domain::force

Ignore all other regulatory hints over this one, the behavior is implementation specific.

◆ num_channels

unsigned int wifi_reg_domain::num_channels

Number of channels supported.

◆ oper

enum wifi_mgmt_op wifi_reg_domain::oper

Regulatory domain operation.


The documentation for this struct was generated from the following file: