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 --- firmware/include/wifi_scan.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 firmware/include/wifi_scan.h (limited to 'firmware/include/wifi_scan.h') 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 @@ +#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 it' value='switch'/> My Neovim ConfigurationFilip Wandzio <contact@philw.dev>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorFilesLines
2025-01-13Update configphilw8-405/+212
2025-01-11Remove redundant deps, rewrite file treephilw2-68/+129
2024-11-20update initphilw1-0/+3
2024-10-06Enable terminal toggle keybindphilw1-1/+2
2024-05-10Enable lspsaga's floating window opacityphilw1-0/+3
2024-05-07Update README.mdphilw1-2/+2
2024-05-07Update colorschemephajw1-9/+23
2024-05-07Increase document traversal speedphajw1-5/+11
2024-04-30Update readmephilw1-1/+2