![]() |
MT7687 API Reference
LinkIt SDK v4
|
Specifies the Wi-Fi transmitter settings, including MCS, LDPC, bandwidth, short-GI algorithms, STBC and others. More...
#include <wifi_api.h>
Data Fields | |
| struct { | |
| uint16_t mcs: 6 | |
| Implies the data rate. More... | |
| uint16_t ldpc: 1 | |
| Checks if a low-density parity-check code is adopted. More... | |
| uint16_t bandwidth: 2 | |
| Decides the bandwidth. More... | |
| uint16_t short_gi: 1 | |
| Checks if short-GI algorithms are applied. More... | |
| uint16_t stbc: 1 | |
| Checks if a space-time code is adopted. More... | |
| uint16_t external_tx_beam_forming: 1 | |
| Checks if an external buffer is adopted. More... | |
| uint16_t internal_tx_beam_forming: 1 | |
| Checks if an internal buffer is adopted. More... | |
| uint16_t mode: 3 | |
| } | field |
| Structure name for the Wi-Fi transmitter settings. More... | |
| uint16_t | word |
| Defines the length of the union data. More... | |
Specifies the Wi-Fi transmitter settings, including MCS, LDPC, bandwidth, short-GI algorithms, STBC and others.
| uint16_t bandwidth |
Decides the bandwidth.
| uint16_t external_tx_beam_forming |
Checks if an external buffer is adopted.
| struct { ... } field |
Structure name for the Wi-Fi transmitter settings.
| uint16_t internal_tx_beam_forming |
Checks if an internal buffer is adopted.
| uint16_t ldpc |
Checks if a low-density parity-check code is adopted.
| uint16_t mcs |
Implies the data rate.
| uint16_t short_gi |
Checks if short-GI algorithms are applied.
| uint16_t stbc |
Checks if a space-time code is adopted.
| uint16_t word |
Defines the length of the union data.