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

Wi-Fi scan results. 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
 
int8_t cRSSI
 
uint8_t ucChannel
 

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

◆ ucSSID

uint8_t WIFIScanResult_t::ucSSID[wificonfigMAX_SSID_LEN]

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

◆ ucSSIDLength

uint8_t WIFIScanResult_t::ucSSIDLength

SSID length.

◆ ucBSSID

uint8_t WIFIScanResult_t::ucBSSID[wificonfigMAX_BSSID_LEN]

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

◆ xSecurity

WIFISecurity_t WIFIScanResult_t::xSecurity

Security type of the Wi-Fi network.

◆ cRSSI

int8_t WIFIScanResult_t::cRSSI

Signal strength of the Wi-Fi network.

◆ ucChannel

uint8_t WIFIScanResult_t::ucChannel

Channel of the Wi-Fi network.


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