You are viewing documentation for version:
Wi-Fi WPS response structure containing network credentials received from WPS exchange.
This structure contains all the network information needed to connect to the Wi-Fi network, including SSID, security type, and network key.
Public Attributes#
uint32_t
Status of the WPS operation.
uint8_t
SSID of the connected network.
uint8_t
MAC address of the access point.
Public Attribute Documentation#
status#
uint32_t sl_wifi_wps_response_t::status
Status of the WPS operation.
ssid#
uint8_t sl_wifi_wps_response_t::ssid[32]
SSID of the connected network.
ssid_len#
uint8_t sl_wifi_wps_response_t::ssid_len
Length of the SSID.
security_type#
uint8_t sl_wifi_wps_response_t::security_type
Security type.
key#
uint8_t sl_wifi_wps_response_t::key[32]
Network key.
mac_addr#
uint8_t sl_wifi_wps_response_t::mac_addr[6]
MAC address of the access point.
reserved#
uint32_t sl_wifi_wps_response_t::reserved
Reserved for future use.