|
esp_iot_framework
v0.1.0-alpha
© 2026 AmakeSasha, distributed under a license Apache-2.0
|
Wi-Fi profile availability test result. More...
#include <esp_iot_framework_core_ext.h>
Data Fields | |
| bool | connected |
| Network availability status. More... | |
| int8_t | rssi |
| Received Signal Strength Indicator (RSSI). More... | |
Stores the outcome of a network availability check for a specific Wi-Fi profile. This structure captures whether the target network is reachable, accepts credentials, and successfully provides a valid IP address.
| bool eif_wifi_test_result::connected |
true if the network is reachable, credentials are valid, and an IP address is obtained within the timeout. false if the network is unavailable or the connection fails.
| int8_t eif_wifi_test_result::rssi |
Measured in dBm during the availability check. Defaults to -127 if the network is unreachable or the connection attempt fails.