FreeRTOS
Data Fields
WIFINetworkProfile_t Struct Reference

Wi-Fi network parameters passed to the WIFI_NetworkAdd API. More...

#include <aws_wifi.h>

Data Fields

char cSSID [wificonfigMAX_SSID_LEN+1]
 
uint8_t ucSSIDLength
 
uint8_t ucBSSID [wificonfigMAX_BSSID_LEN]
 
char cPassword [wificonfigMAX_PASSPHRASE_LEN+1]
 
uint8_t ucPasswordLength
 
WIFISecurity_t xSecurity
 

Detailed Description

Wi-Fi network parameters passed to the WIFI_NetworkAdd API.

Note
The size of char arrays are the MAX lengths + 1 to account for possible null terminating at the end of the strings.

Definition at line 133 of file aws_wifi.h.

Field Documentation

◆ cPassword

char cPassword[wificonfigMAX_PASSPHRASE_LEN+1]

Password needed to join the AP with a NULL termination.

Definition at line 138 of file aws_wifi.h.

◆ cSSID

char cSSID[wificonfigMAX_SSID_LEN+1]

SSID of the Wi-Fi network to join with a NULL termination.

Definition at line 135 of file aws_wifi.h.

◆ ucBSSID

uint8_t ucBSSID[wificonfigMAX_BSSID_LEN]

BSSID of the Wi-Fi network.

Definition at line 137 of file aws_wifi.h.

◆ ucPasswordLength

uint8_t ucPasswordLength

Password length not including null termination.

Definition at line 139 of file aws_wifi.h.

◆ ucSSIDLength

uint8_t ucSSIDLength

SSID length not including NULL termination.

Definition at line 136 of file aws_wifi.h.

◆ xSecurity

WIFISecurity_t xSecurity

Wi-Fi Security.

See also
WIFISecurity_t.

Definition at line 140 of file aws_wifi.h.


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