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, 12 insertions, 0 deletions
diff --git a/include/wifi_scan.h b/include/wifi_scan.h
new file mode 100644
index 0000000..dc18e7c
--- /dev/null
+++ b/include/wifi_scan.h
@@ -0,0 +1,12 @@
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