|
Zephyr API Documentation 4.4.0-rc1
A Scalable Open Source RTOS
|
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. | |
Wi-Fi channel setting for monitor and TX-injection modes.
| 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).
| uint16_t wifi_channel_info::channel |
Channel value to set or get.
| uint8_t wifi_channel_info::if_index |
Interface index.
| enum wifi_mgmt_op wifi_channel_info::oper |
Get or set operation.