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[SL_WIFI_MAX_SSID_IE_OCTETS]
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[SL_WIFI_WPS_KEY_LENGTH]
Network key.
mac_addr#
uint8_t sl_wifi_wps_response_t::mac_addr[SL_WIFI_MAC_ADDRESS_LENGTH]
MAC address of the access point.
remaining_credentials_count#
uint8_t sl_wifi_wps_response_t::remaining_credentials_count
Additional WPS profiles.
reserved#
uint8_t sl_wifi_wps_response_t::reserved
Reserved for future use.
reserved1#
uint16_t sl_wifi_wps_response_t::reserved1
Reserved for future use.