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

uint8_t ucSSID [wificonfigMAX_SSID_LEN]
 
uint8_t ucSSIDLength
 
WIFISecurity_t xSecurity
 
union {
   WIFIWEPKey_t   xWEP [wificonfigMAX_WEPKEYS]
 
   WIFIWPAPassphrase_t   xWPA
 
xPassword
 
uint8_t ucDefaultWEPKeyIndex
 
uint8_t ucChannel
 

Detailed Description

Parameters passed to the WIFI_ConnectAP API for connection.

See also
WIFI_ConnectAP

Field Documentation

◆ ucSSID

uint8_t WIFINetworkParams_t::ucSSID[wificonfigMAX_SSID_LEN]

SSID of the Wi-Fi network (binary array, not C-string).

◆ ucSSIDLength

uint8_t WIFINetworkParams_t::ucSSIDLength

SSID length.

◆ xSecurity

WIFISecurity_t WIFINetworkParams_t::xSecurity

Wi-Fi Security.

◆ xWEP

WIFIWEPKey_t WIFINetworkParams_t::xWEP[wificonfigMAX_WEPKEYS]

WEP keys.

◆ xWPA

WIFIWPAPassphrase_t WIFINetworkParams_t::xWPA

WPA/WPA2 passphrase.

◆ ucDefaultWEPKeyIndex

uint8_t WIFINetworkParams_t::ucDefaultWEPKeyIndex

Default WEP key index.

◆ ucChannel

uint8_t WIFINetworkParams_t::ucChannel

Channel number.


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