#ifndef WIFI_SCAN_H #define WIFI_SCAN_H /** * @brief Starts scanning for available WiFi networks. * * This function triggers the WiFi hardware to scan * for nearby WiFi access points asynchronously. */ void wifi_scan_start(void); #endif // WIFI_SCAN_H