Test version

Revision:
0:4be500de690c
Child:
1:bd9f39f9d91c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WIFI.h	Tue Mar 20 02:09:21 2018 +0000
@@ -0,0 +1,8 @@
+#ifndef WIFI_H_
+#define WIFI_H_
+#include "mbed.h"
+
+const char *sec2str(nsapi_security_t sec);
+void scan_demo(WiFiInterface *wifi);
+void http_demo(NetworkInterface *net);
+#endif