ThingPlug Test

Dependents:   WizFi310_ThingPlug_Test WizFi310_ThingPlug_Test_P

Fork of WizFi310Interface by WIZnet

Revision:
3:dae9a0924a73
Parent:
1:16e57103a7dd
Child:
5:72212beb817c
--- a/WizFi310Interface.h	Mon Apr 10 09:54:34 2017 +0000
+++ b/WizFi310Interface.h	Wed Apr 12 05:18:09 2017 +0000
@@ -39,6 +39,11 @@
         const char *pass,
         nsapi_security_t security);
 
+    virtual int connectAP(
+        const char *ssid,
+        const char *pass,
+        nsapi_security_t security);
+
     /** Stop the interface
      *  @return             0 on success, negative on failure
      */