![]() |
MT7687 API Reference
LinkIt SDK v4
|
Wi-Fi profile entity. More...
#include <wifi_api.h>
Data Fields | |
| uint8_t | ssid [WIFI_MAX_LENGTH_OF_SSID] |
| Stores the predefined SSID. More... | |
| uint8_t | ssid_length |
| The length of SSID. More... | |
| uint8_t | mac_address [WIFI_MAC_ADDRESS_LENGTH] |
| MAC address of the STA. More... | |
| uint8_t | wireless_mode |
| Please refer to the definition of wifi_phy_mode_t. More... | |
| uint8_t | channel |
| The channel used. More... | |
| uint8_t | bandwidth |
| The bandwidth is 20MHz or 40MHz. More... | |
| uint8_t | mcs |
| Defines the packet data rate. More... | |
| uint8_t | auth_mode |
| Wi-Fi authentication mode, please refer to the definition of wifi_auth_mode_t. More... | |
| uint8_t | encrypt_mode |
| Wi-Fi encryption mode, please refer to the definition of wifi_encrypt_type_t. More... | |
Wi-Fi profile entity.
| uint8_t auth_mode |
Wi-Fi authentication mode, please refer to the definition of wifi_auth_mode_t.
| uint8_t bandwidth |
The bandwidth is 20MHz or 40MHz.
| uint8_t channel |
The channel used.
| uint8_t encrypt_mode |
Wi-Fi encryption mode, please refer to the definition of wifi_encrypt_type_t.
| uint8_t mac_address[WIFI_MAC_ADDRESS_LENGTH] |
MAC address of the STA.
| uint8_t mcs |
Defines the packet data rate.
| uint8_t ssid[WIFI_MAX_LENGTH_OF_SSID] |
Stores the predefined SSID.
| uint8_t ssid_length |
The length of SSID.
| uint8_t wireless_mode |
Please refer to the definition of wifi_phy_mode_t.