This library can be used in mbed driver or mbed OS2. So If you want to use WizFi310 on mbed OS5, You have to use another WizFi310 library(wizfi310-driver). That is git repository for wizfi310-driver. - https://github.com/ARMmbed/wizfi310-driver

Dependents:   KT_IoTMakers_WizFi310_Example WizFi310_STATION_HelloWorld WizFi310_DNS_TCP_HelloWorld WizFi310_Ubidots ... more

This library can be used in mbed driver or mbed OS2. So If you want to use WizFi310 on mbed OS5, You have to use another WizFi310 library(wizfi310-driver).

That is git repository for wizfi310-driver. - https://github.com/ARMmbed/wizfi310-driver

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
      */