|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
Comprehensive WiFi testing suite for ESP32-C6 DevKit-M-1 with ESP-IDF v5.5f. More...
Functions | |
| bool | test_wifi_data_structures () noexcept |
| bool | test_wifi_enums () noexcept |
| bool | test_wifi_error_codes () noexcept |
| bool | test_wifi_interface_validation () noexcept |
| bool | test_wifi_performance_interface () noexcept |
| bool | test_wifi_integration_interface () noexcept |
| bool | test_wifi_stress_interface () noexcept |
| bool | test_wifi_initialization () noexcept |
| bool | test_wifi_access_point_creation () noexcept |
| bool | test_wifi_network_scanning () noexcept |
| bool | test_wifi_station_connection () noexcept |
| bool | test_wifi_power_management () noexcept |
| bool | test_wifi_advanced_features () noexcept |
| bool | test_wifi_event_handling () noexcept |
| void | app_main (void) |
Variables | |
| static const char * | TAG = "WIFI_Test" |
| static TestResults | g_test_results |
| static constexpr bool | ENABLE_CORE_TESTS = true |
| static constexpr bool | ENABLE_INTERFACE_TESTS = true |
| static constexpr bool | ENABLE_PERFORMANCE_TESTS = true |
| static constexpr bool | ENABLE_FUNCTIONAL_TESTS = true |
Comprehensive WiFi testing suite for ESP32-C6 DevKit-M-1 with ESP-IDF v5.5f.
This test suite provides both interface testing and functional testing of the EspWifi implementation:
INTERFACE TESTS (Default - ENABLED):
FUNCTIONAL TESTS (Default - ENABLED):
To enable functional tests, set ENABLE_FUNCTIONAL_TESTS = true
| void app_main | ( | void | ) |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
static |
|
static |