FreeRTOS
Data Fields
WIFINetworkParams_t Struct Reference

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

#include <aws_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.

Definition at line 97 of file aws_wifi.h.

Field Documentation

◆ cChannel

int8_t cChannel

Channel number.

Definition at line 104 of file aws_wifi.h.

◆ pcPassword

const char* pcPassword

Password needed to join the AP.

Definition at line 101 of file aws_wifi.h.

◆ pcSSID

const char* pcSSID

SSID of the Wi-Fi network to join.

Definition at line 99 of file aws_wifi.h.

◆ ucPasswordLength

uint8_t ucPasswordLength

Password length not including NULL termination.

Definition at line 102 of file aws_wifi.h.

◆ ucSSIDLength

uint8_t ucSSIDLength

SSID length not including NULL termination.

Definition at line 100 of file aws_wifi.h.

◆ xSecurity

WIFISecurity_t xSecurity

Wi-Fi Security.

See also
WIFISecurity_t.

Definition at line 103 of file aws_wifi.h.


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