XCORE SDK
XCORE Software Development Kit
|
Wi-Fi network parameters passed to the WIFI_NetworkAdd API. More...
#include <sl_wfx_iot_wifi.h>
Public Attributes | |
char | cSSID [wificonfigMAX_SSID_LEN+1] |
uint8_t | ucSSIDLength |
uint8_t | ucBSSID [wificonfigMAX_BSSID_LEN] |
char | cPassword [wificonfigMAX_PASSPHRASE_LEN+1] |
uint8_t | ucPasswordLength |
WIFISecurity_t | xSecurity |
Wi-Fi network parameters passed to the WIFI_NetworkAdd API.
char WIFINetworkProfile_t::cPassword[wificonfigMAX_PASSPHRASE_LEN+1] |
Password needed to join the AP with a NULL termination.
char WIFINetworkProfile_t::cSSID[wificonfigMAX_SSID_LEN+1] |
SSID of the Wi-Fi network to join with a NULL termination.
uint8_t WIFINetworkProfile_t::ucBSSID[wificonfigMAX_BSSID_LEN] |
BSSID of the Wi-Fi network.
uint8_t WIFINetworkProfile_t::ucPasswordLength |
Password length not including null termination.
uint8_t WIFINetworkProfile_t::ucSSIDLength |
SSID length not including NULL termination.
WIFISecurity_t WIFINetworkProfile_t::xSecurity |
Wi-Fi Security.