XCORE SDK
XCORE Software Development Kit
Public Attributes | List of all members
WIFINetworkParams_t Struct Reference

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
 

Detailed Description

Parameters passed to the WIFI_ConnectAP API for connection.

See also
WIFI_ConnectAP

Member Data Documentation

◆ cChannel

int8_t WIFINetworkParams_t::cChannel

Channel number.

◆ pcPassword

const char* WIFINetworkParams_t::pcPassword

Password needed to join the AP.

◆ pcSSID

const char* WIFINetworkParams_t::pcSSID

SSID of the Wi-Fi network to join.

◆ ucPasswordLength

uint8_t WIFINetworkParams_t::ucPasswordLength

Password length not including NULL termination.

◆ ucSSIDLength

uint8_t WIFINetworkParams_t::ucSSIDLength

SSID length not including NULL termination.

◆ xSecurity

WIFISecurity_t WIFINetworkParams_t::xSecurity

Wi-Fi Security.

See also
WIFISecurity_t.

The documentation for this struct was generated from the following file: