Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
wifi_reg_domain Struct Reference

Regulatory domain information or configuration. More...

#include <wifi_mgmt.h>

Data Fields

enum wifi_mgmt_op oper
 
bool force
 Ignore all other regulatory hints over this one.
 
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.

◆ num_channels

unsigned int wifi_reg_domain::num_channels

Number of channels supported.

◆ oper

enum wifi_mgmt_op wifi_reg_domain::oper

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