Zephyr API Documentation 4.4.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
wifi_channel_info Struct Reference

Wi-Fi channel setting for monitor and TX-injection modes. More...

#include <zephyr/net/wifi_mgmt.h>

Data Fields

uint16_t channel
 Channel value to set or get.
enum wifi_frequency_bands band
 Frequency band for the channel (2.4 / 5 / 6 GHz).
uint8_t if_index
 Interface index.
enum wifi_mgmt_op oper
 Get or set operation.

Detailed Description

Wi-Fi channel setting for monitor and TX-injection modes.

Field Documentation

◆ band

enum wifi_frequency_bands wifi_channel_info::band

Frequency band for the channel (2.4 / 5 / 6 GHz).

Use WIFI_FREQ_BAND_UNKNOWN to let the driver infer when unambiguous (e.g. 36-165 is 5 GHz). Required when channel is ambiguous (e.g. 1-14 can be 2.4 or 6 GHz).

◆ channel

uint16_t wifi_channel_info::channel

Channel value to set or get.

◆ if_index

uint8_t wifi_channel_info::if_index

Interface index.

◆ oper

enum wifi_mgmt_op wifi_channel_info::oper

Get or set operation.


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