FreeRTOS
Data Fields
WIFIScanResult_t Struct Reference

Wi-Fi scan results. More...

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

Definition at line 116 of file aws_wifi.h.

Field Documentation

◆ cChannel

int8_t cChannel

Channel number.

Definition at line 122 of file aws_wifi.h.

◆ cRSSI

int8_t cRSSI

Signal Strength.

Definition at line 121 of file aws_wifi.h.

◆ cSSID

char cSSID[wificonfigMAX_SSID_LEN+1]

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

Definition at line 118 of file aws_wifi.h.

◆ ucBSSID

uint8_t ucBSSID[wificonfigMAX_BSSID_LEN]

BSSID of the Wi-Fi network.

Definition at line 119 of file aws_wifi.h.

◆ ucHidden

uint8_t ucHidden

Hidden channel.

Definition at line 123 of file aws_wifi.h.

◆ xSecurity

WIFISecurity_t xSecurity

Wi-Fi Security.

See also
WIFISecurity_t.

Definition at line 120 of file aws_wifi.h.


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