FreeRTOS: Wi-Fi Management Library
Return to main page ↑
WIFINetworkProfile_t Struct Reference

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

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

Field Documentation

◆ cSSID

char WIFINetworkProfile_t::cSSID[wificonfigMAX_SSID_LEN+1]

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

◆ ucSSIDLength

uint8_t WIFINetworkProfile_t::ucSSIDLength

SSID length not including NULL termination.

◆ ucBSSID

uint8_t WIFINetworkProfile_t::ucBSSID[wificonfigMAX_BSSID_LEN]

BSSID of the Wi-Fi network.

◆ cPassword

char WIFINetworkProfile_t::cPassword[wificonfigMAX_PASSPHRASE_LEN+1]

Password needed to join the AP with a NULL termination.

◆ ucPasswordLength

uint8_t WIFINetworkProfile_t::ucPasswordLength

Password length not including null termination.

◆ xSecurity

WIFISecurity_t WIFINetworkProfile_t::xSecurity

Wi-Fi Security.

See also
WIFISecurity_t.

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