![]() |
MT7687 API Reference
LinkIt SDK v4
|
Wi-Fi configuration for initialization. More...
#include <wifi_api.h>
Data Fields | |
| uint8_t | opmode |
| The operation mode. More... | |
| wifi_sta_config_t | sta_config |
| The configurations for the STA. More... | |
| wifi_ap_config_t | ap_config |
| The configurations for the AP. More... | |
Wi-Fi configuration for initialization.
| wifi_ap_config_t ap_config |
The configurations for the AP.
It should be set when the OPMODE is WIFI_MODE_AP_ONLY or WIFI_MODE_REPEATER.
| uint8_t opmode |
The operation mode.
The value should be WIFI_MODE_STA_ONLY, WIFI_MODE_AP_ONLY, WIFI_MODE_REPEATER or WIFI_MODE_MONITOR
| wifi_sta_config_t sta_config |
The configurations for the STA.
It should be set when the OPMODE is WIFI_MODE_STA_ONLY or WIFI_MODE_REPEATER.