Wi-Fi Client interface configuration structure.

Defines the configuration parameters for a Wi-Fi client interface.

Public Attributes#

SSID (Service Set Identifier) of the Wi-Fi network. This is of type sl_wifi_ssid_t.

The channel configuration of the Wi-Fi network. This is of type sl_wifi_channel_t.

sl_mac_address_t

BSSID of the Wi-Fi network.

BSS type of the Wi-Fi network.

Encryption mode of the Wi-Fi network. This is of type sl_wifi_encryption_t.

Optional flags for client configuration of type sl_wifi_client_flag_t.

Public Attribute Documentation#

ssid#

sl_wifi_ssid_t sl_wifi_client_configuration_t::ssid

SSID (Service Set Identifier) of the Wi-Fi network. This is of type sl_wifi_ssid_t.


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

channel#

sl_wifi_channel_t sl_wifi_client_configuration_t::channel

The channel configuration of the Wi-Fi network. This is of type sl_wifi_channel_t.


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

bssid#

sl_mac_address_t sl_wifi_client_configuration_t::bssid

BSSID of the Wi-Fi network.


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

bss_type#

sl_wifi_bss_type_t sl_wifi_client_configuration_t::bss_type

BSS type of the Wi-Fi network.


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

security#

sl_wifi_security_t sl_wifi_client_configuration_t::security

Security mode of type sl_wifi_security_t.


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

encryption#

sl_wifi_encryption_t sl_wifi_client_configuration_t::encryption

Encryption mode of the Wi-Fi network. This is of type sl_wifi_encryption_t.


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

client_options#

sl_wifi_client_flag_t sl_wifi_client_configuration_t::client_options

Optional flags for client configuration of type sl_wifi_client_flag_t.


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

credential_id#

sl_wifi_credential_id_t sl_wifi_client_configuration_t::credential_id

ID of secure credentials of type sl_wifi_credential_id_t.


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

channel_bitmap#

sl_wifi_channel_bitmap_t sl_wifi_client_configuration_t::channel_bitmap

Channel bitmap for scanning of type sl_wifi_channel_bitmap_t.


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