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

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.
 

Detailed Description

Per-channel regulatory attributes.

Field Documentation

◆ center_frequency

unsigned short wifi_reg_chan_info::center_frequency

Center frequency in MHz.

◆ dfs

unsigned short wifi_reg_chan_info::dfs

Is a DFS channel.

◆ max_power

unsigned short wifi_reg_chan_info::max_power

Maximum transmission power (in dBm)

◆ passive_only

unsigned short wifi_reg_chan_info::passive_only

Passive transmissions only.

◆ supported

unsigned short wifi_reg_chan_info::supported

Is channel supported or not.


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