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#

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#

role#

sl_wifi_wps_role_t sl_wifi_wps_config_t::role

Role of the device. Refer sl_wifi_wps_role_t


mode#

sl_wifi_wps_mode_t sl_wifi_wps_config_t::mode

WPS mode. Refer sl_wifi_wps_mode_t


optional_pin#

char sl_wifi_wps_config_t::optional_pin[9]

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.