FreeRTOS
|
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 |
Wi-Fi network parameters passed to the WIFI_NetworkAdd API.
Definition at line 133 of file aws_wifi.h.
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.
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.
uint8_t ucBSSID[wificonfigMAX_BSSID_LEN] |
BSSID of the Wi-Fi network.
Definition at line 137 of file aws_wifi.h.
uint8_t ucPasswordLength |
Password length not including null termination.
Definition at line 139 of file aws_wifi.h.
uint8_t ucSSIDLength |
SSID length not including NULL termination.
Definition at line 136 of file aws_wifi.h.
WIFISecurity_t xSecurity |