|
FreeRTOS:
Wi-Fi Management Library
|
| Return to main page ↑ |
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 |
Wi-Fi scan results.
Structure to store the Wi-Fi scan results.
| uint8_t WIFIScanResult_t::ucSSID[wificonfigMAX_SSID_LEN] |
SSID of the Wi-Fi network (binary array, not C-string).
| uint8_t WIFIScanResult_t::ucSSIDLength |
SSID length.
| uint8_t WIFIScanResult_t::ucBSSID[wificonfigMAX_BSSID_LEN] |
BSSID of the Wi-Fi network (binary array, not C-string).
| WIFISecurity_t WIFIScanResult_t::xSecurity |
Security type of the Wi-Fi network.
| int8_t WIFIScanResult_t::cRSSI |
Signal strength of the Wi-Fi network.
| uint8_t WIFIScanResult_t::ucChannel |
Channel of the Wi-Fi network.