FreeRTOS: Wi-Fi Management Library
Return to main page ↑
WIFINetworkParams_t Struct Reference

Parameters passed to the WIFI_ConnectAP API for connection. More...

#include <iot_wifi.h>

Data Fields

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

Field Documentation

◆ pcSSID

const char* WIFINetworkParams_t::pcSSID

SSID of the Wi-Fi network to join.

◆ ucSSIDLength

uint8_t WIFINetworkParams_t::ucSSIDLength

SSID length not including NULL termination.

◆ pcPassword

const char* WIFINetworkParams_t::pcPassword

Password needed to join the AP.

◆ ucPasswordLength

uint8_t WIFINetworkParams_t::ucPasswordLength

Password length not including NULL termination.

◆ xSecurity

WIFISecurity_t WIFINetworkParams_t::xSecurity

Wi-Fi Security.

See also
WIFISecurity_t.

◆ cChannel

int8_t WIFINetworkParams_t::cChannel

Channel number.


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