WPS (Wi-Fi Protected Setup) configuration structure.
This structure defines the device role, WPS method (PBC or PIN), optional PIN value, and whether to automatically connect to the network.
Public Attributes#
Role of the device. Refer sl_wifi_wps_role_t
WPS mode. Refer sl_wifi_wps_mode_t
char
PIN-based WPS configuration. Null-terminated string.
bool
Set to true to enable auto connect after WPS, false to only receive credentials without connecting.
Public Attribute Documentation#
optional_pin#
char sl_wifi_wps_config_t::optional_pin[SL_WIFI_WPS_PIN_STRING_MAX_CHARS]
PIN-based WPS configuration. Null-terminated string.
auto_connect#
bool sl_wifi_wps_config_t::auto_connect
Set to true to enable auto connect after WPS, false to only receive credentials without connecting.