From 1ba21da6cbc63c0c549fb92731e25bedc482eb51 Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Thu, 4 Sep 2025 22:25:39 +0200 Subject: Unify the directory, add new analysis methods, unify the code style Signed-off-by: Filip Wandzio --- include/wifi_scan.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 include/wifi_scan.h (limited to 'include/wifi_scan.h') diff --git a/include/wifi_scan.h b/include/wifi_scan.h deleted file mode 100644 index dc18e7c..0000000 --- a/include/wifi_scan.h +++ /dev/null @@ -1,12 +0,0 @@ -#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 -- cgit v1.2.3