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.
BSSID of the Wi-Fi network.
BSS type of the Wi-Fi network.
Security mode of type sl_wifi_security_t.
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.
ID of secure credentials of type sl_wifi_credential_id_t.
Channel bitmap for scanning of type sl_wifi_channel_bitmap_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.
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.
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.
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.
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.
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.
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.
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.
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.
307
of file components/protocol/wifi/inc/sl_wifi_types.h