summaryrefslogtreecommitdiff
path: root/code/fe310/eos/wifi.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2020-08-05 03:39:22 +0200
committerUros Majstorovic <majstor@majstor.org>2020-08-05 03:39:22 +0200
commitcf7c06297d04bade9cd04c056f9ed510e64dd7bd (patch)
treea3b8cc23574b98e10874b51d33c9fe1bfc012663 /code/fe310/eos/wifi.h
parent5cd610a07468137066ea4daa5176c3e7045113b0 (diff)
code -> fw
Diffstat (limited to 'code/fe310/eos/wifi.h')
-rw-r--r--code/fe310/eos/wifi.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/code/fe310/eos/wifi.h b/code/fe310/eos/wifi.h
deleted file mode 100644
index 732a7a9..0000000
--- a/code/fe310/eos/wifi.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <stdint.h>
-#include "event.h"
-
-#define EOS_WIFI_MTYPE_SCAN 0
-#define EOS_WIFI_MTYPE_CONNECT 1
-#define EOS_WIFI_MTYPE_DISCONNECT 2
-
-#define EOS_WIFI_MAX_MTYPE 3
-
-void eos_wifi_init(void);
-void eos_wifi_set_handler(unsigned char mtype, eos_evt_handler_t handler);
-
-void eos_wifi_connect(const char *ssid, const char *pass);
-void eos_wifi_disconnect(void);