wifi scan

This commit is contained in:
2025-03-04 20:17:26 -05:00
parent cbc496edd1
commit a9df5731d3

View File

@@ -7,4 +7,7 @@ static struct {
struct arg_end *end; struct arg_end *end;
} scan_wifi_args; } scan_wifi_args;
static int exec_scan_wifi_cmd(int argc, char **argv);
static void register_scan_wifi_cmd(void);
#endif #endif