![]() |
MT7697 API Reference
LinkIt SDK v4
|
Represents the credentials used for WPS. More...
#include <wifi_api.h>
Data Fields | |
| uint8_t | ssid [(32)] |
| Stores Registrar network SSID. More... | |
| uint32_t | ssid_len |
| The length of Registrar network SSID. More... | |
| wifi_auth_mode_t | auth_mode |
| Please refer to the definition of wifi_auth_mode_t. More... | |
| wifi_encrypt_type_t | encrypt_type |
| Please refer to the definition of wifi_encrypt_type_t. More... | |
| uint8_t | key_index |
| The WEP key inndex. More... | |
| uint8_t | key [(64)] |
| The key. More... | |
| uint32_t | key_length |
| Key length. More... | |
Represents the credentials used for WPS.
| wifi_auth_mode_t auth_mode |
Please refer to the definition of wifi_auth_mode_t.
| wifi_encrypt_type_t encrypt_type |
Please refer to the definition of wifi_encrypt_type_t.
| uint8_t key[(64)] |
The key.
| uint8_t key_index |
The WEP key inndex.
| uint32_t key_length |
Key length.
| uint8_t ssid[(32)] |
Stores Registrar network SSID.
| uint32_t ssid_len |
The length of Registrar network SSID.