![]() |
MT7687 API Reference
LinkIt SDK v4
|
This defines the WPS element. More...
#include <wifi_api.h>
Data Fields | |
| bool | selected_registrar |
| Indicates whether AP WPS is triggered and in progress. More... | |
| wps_device_password_id_t | device_password_id |
| Indicates AP WPS status, only when selected_registrar is 1, this parameter will take effect. More... | |
| wps_config_method_t | configuration_methods |
| Indicates AP's capability to support WPS methods. More... | |
This defines the WPS element.
| wps_config_method_t configuration_methods |
Indicates AP's capability to support WPS methods.
Please refer to the definition of wps_config_method_t.
| wps_device_password_id_t device_password_id |
Indicates AP WPS status, only when selected_registrar is 1, this parameter will take effect.
Please refer to the definition of wps_device_password_id_t.
| bool selected_registrar |
Indicates whether AP WPS is triggered and in progress.
1 - triggered, 0 - not triggered.