diff options
Diffstat (limited to 'firmware/include/wifi_scan.h')
| -rw-r--r-- | firmware/include/wifi_scan.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/firmware/include/wifi_scan.h b/firmware/include/wifi_scan.h new file mode 100644 index 0000000..dc18e7c --- /dev/null +++ b/firmware/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 | */ | ||
| 10 | void wifi_scan_start(void); | ||
| 11 | |||
| 12 | #endif // WIFI_SCAN_H | ||
