![]() |
MT7697 API Reference
LinkIt SDK v4
|
This structure is the Wi-Fi configuration for initialization in STA mode. More...
#include <wifi_api.h>
Data Fields | |
| uint8_t | ssid [(32)] |
| The SSID of the target AP. More... | |
| uint8_t | ssid_length |
| The length of the SSID. More... | |
| uint8_t | bssid_present |
| The BSSID is present if it is set to 1. More... | |
| uint8_t | bssid [(6)] |
| The MAC address of the target AP. More... | |
| uint8_t | password [(64)] |
| The password of the target AP. More... | |
| uint8_t | password_length |
| The length of the password. More... | |
This structure is the Wi-Fi configuration for initialization in STA mode.
| uint8_t bssid[(6)] |
The MAC address of the target AP.
| uint8_t bssid_present |
The BSSID is present if it is set to 1.
Otherwise, it is set to 0.
| uint8_t password[(64)] |
The password of the target AP.
| uint8_t password_length |
The length of the password.
If the length is 64, the password is regarded as PMK.
| uint8_t ssid[(32)] |
The SSID of the target AP.
| uint8_t ssid_length |
The length of the SSID.