XCORE SDK
XCORE Software Development Kit
|
Parameters passed to the WIFI_ConnectAP API for connection. More...
#include <sl_wfx_iot_wifi.h>
Public Attributes | |
const char * | pcSSID |
uint8_t | ucSSIDLength |
const char * | pcPassword |
uint8_t | ucPasswordLength |
WIFISecurity_t | xSecurity |
int8_t | cChannel |
Parameters passed to the WIFI_ConnectAP API for connection.
int8_t WIFINetworkParams_t::cChannel |
Channel number.
const char* WIFINetworkParams_t::pcPassword |
Password needed to join the AP.
const char* WIFINetworkParams_t::pcSSID |
SSID of the Wi-Fi network to join.
uint8_t WIFINetworkParams_t::ucPasswordLength |
Password length not including NULL termination.
uint8_t WIFINetworkParams_t::ucSSIDLength |
SSID length not including NULL termination.
WIFISecurity_t WIFINetworkParams_t::xSecurity |
Wi-Fi Security.