FreeRTOS
|
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 |
Parameters passed to the WIFI_ConnectAP API for connection.
Definition at line 97 of file aws_wifi.h.
int8_t cChannel |
Channel number.
Definition at line 104 of file aws_wifi.h.
const char* pcPassword |
Password needed to join the AP.
Definition at line 101 of file aws_wifi.h.
const char* pcSSID |
SSID of the Wi-Fi network to join.
Definition at line 99 of file aws_wifi.h.
uint8_t ucPasswordLength |
Password length not including NULL termination.
Definition at line 102 of file aws_wifi.h.
uint8_t ucSSIDLength |
SSID length not including NULL termination.
Definition at line 100 of file aws_wifi.h.
WIFISecurity_t xSecurity |