aboutsummaryrefslogtreecommitdiffstats
path: root/include/wifi_scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wifi_scan.h')
-rw-r--r--include/wifi_scan.h12
1 files changed, 0 insertions, 12 deletions
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 @@
1#ifndef WIFI_SCAN_H
2#define WIFI_SCAN_H
3
4/**
5 * @brief Starts scanning for available WiFi networks.
6 *
7 * This function triggers the WiFi hardware to scan
8 * for nearby WiFi access points asynchronously.
9 */
10void wifi_scan_start(void);
11
12#endif // WIFI_SCAN_H