Wi-Fi WEP (Wired Equivalent Privacy) security credentials structure.

Specifies the WEP security credentials used for Wi-Fi connections. These keys are used for authenticating and securing the Wi-Fi connection.

Public Attributes#

uint8_t

Index of the active WEP key.

uint8_t

WEP Keys.

Public Attribute Documentation#

index#

uint8_t sl_wifi_wep_credential_t::index[2]

Index of the active WEP key.


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

key#

uint8_t sl_wifi_wep_credential_t::key[SL_WIFI_WEP_KEY_COUNT][SL_WIFI_WEP_KEY_LENGTH]

WEP Keys.


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