SSID data structure.

Specifies the Service Set Identifier (SSID) used in Wi-Fi networks.

Public Attributes#

uint8_t

SSID value.

uint8_t

Length of the SSID.

Public Attribute Documentation#

value#

uint8_t sl_wifi_ssid_t::value[32]

SSID value.


Definition at line 125 of file components/protocol/wifi/inc/sl_wifi_types.h

length#

uint8_t sl_wifi_ssid_t::length

Length of the SSID.


Definition at line 126 of file components/protocol/wifi/inc/sl_wifi_types.h