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

Wi-Fi scan results. More...

#include <iot_wifi.h>

Data Fields

char cSSID [wificonfigMAX_SSID_LEN+1]
 
uint8_t ucBSSID [wificonfigMAX_BSSID_LEN]
 
WIFISecurity_t xSecurity
 
int8_t cRSSI
 
int8_t cChannel
 
uint8_t ucHidden
 

Detailed Description

Wi-Fi scan results.

Structure to store the Wi-Fi scan results.

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

Field Documentation

◆ cSSID

char WIFIScanResult_t::cSSID[wificonfigMAX_SSID_LEN+1]

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

◆ ucBSSID

uint8_t WIFIScanResult_t::ucBSSID[wificonfigMAX_BSSID_LEN]

BSSID of the Wi-Fi network.

◆ xSecurity

WIFISecurity_t WIFIScanResult_t::xSecurity

Wi-Fi Security.

See also
WIFISecurity_t.

◆ cRSSI

int8_t WIFIScanResult_t::cRSSI

Signal Strength.

◆ cChannel

int8_t WIFIScanResult_t::cChannel

Channel number.

◆ ucHidden

uint8_t WIFIScanResult_t::ucHidden

Hidden channel.


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