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

Wi-Fi info of the connected AP. More...

#include <iot_wifi.h>

Data Fields

uint8_t ucSSID [wificonfigMAX_SSID_LEN]
 
uint8_t ucSSIDLength
 
uint8_t ucBSSID [wificonfigMAX_BSSID_LEN]
 
WIFISecurity_t xSecurity
 
uint8_t ucChannel
 

Detailed Description

Wi-Fi info of the connected AP.

Structure to store info of the connected AP.

Field Documentation

◆ ucSSID

uint8_t WIFIConnectionInfo_t::ucSSID[wificonfigMAX_SSID_LEN]

SSID of the Wi-Fi network (binary array, not C-string).

◆ ucSSIDLength

uint8_t WIFIConnectionInfo_t::ucSSIDLength

SSID length.

◆ ucBSSID

uint8_t WIFIConnectionInfo_t::ucBSSID[wificonfigMAX_BSSID_LEN]

BSSID of the Wi-Fi network (binary array, not C-string).

◆ xSecurity

WIFISecurity_t WIFIConnectionInfo_t::xSecurity

Wi-Fi Security.

◆ ucChannel

uint8_t WIFIConnectionInfo_t::ucChannel

Channel info.


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