![]() |
MT7687 API Reference
LinkIt SDK v4
|
Specifies the Wi-Fi station items, including the Wi-Fi transmitter settings, the RSSI sample, MAC address, power saving mode, bandwidth and keep alive status. More...
#include <wifi_api.h>
Data Fields | |
| wifi_transmit_setting_t | last_tx_rate |
| The latest TX rate. More... | |
| uint16_t | reserved_one |
| For padding. More... | |
| wifi_transmit_setting_t | last_rx_rate |
| The latest RX rate. More... | |
| uint16_t | reserved_two |
| For padding. More... | |
| wifi_rssi_sample_t | rssi_sample |
| The RSSI sample. More... | |
| uint8_t | mac_address [WIFI_MAC_ADDRESS_LENGTH] |
| Station MAC address. More... | |
| uint8_t | power_save_mode |
| Station power save mode. More... | |
| uint8_t | bandwidth |
| Negotiation bandwidth. More... | |
| uint8_t | keep_alive |
| Keep alive status. More... | |
| uint8_t | reserved [3] |
| For padding. More... | |
Specifies the Wi-Fi station items, including the Wi-Fi transmitter settings, the RSSI sample, MAC address, power saving mode, bandwidth and keep alive status.
| uint8_t bandwidth |
Negotiation bandwidth.
| uint8_t keep_alive |
Keep alive status.
| wifi_transmit_setting_t last_rx_rate |
The latest RX rate.
| wifi_transmit_setting_t last_tx_rate |
The latest TX rate.
| uint8_t mac_address[WIFI_MAC_ADDRESS_LENGTH] |
Station MAC address.
| uint8_t power_save_mode |
Station power save mode.
| uint8_t reserved[3] |
For padding.
| uint16_t reserved_one |
For padding.
| uint16_t reserved_two |
For padding.
| wifi_rssi_sample_t rssi_sample |
The RSSI sample.