WiFi example for mbed OS, fork from https://github.com/ARMmbed/mbed-os-example-wifi

This is a quick example of a simple WiFi application using the WiFi and network-socket APIs that is provided as a part of mbed-os

The program brings up the WiFi and the underlying network interface, and uses it to scans available networks, connects to a network, prints interface and connection details and performs simple HTTP operation.

This example has been used on the following platforms

Note: The ISM43362 WIFI Driver developed by ST Team can also be integrated in the mbed-os-example-client example.

DISCO_L475VG_IOT01A DISCO_F413ZH

Revision:
55:23a0d1e8270a
Parent:
54:b9963ccc0c2d
Child:
57:c8c960b825f0
--- a/Jenkinsfile	Wed Jan 31 10:00:03 2018 +0000
+++ b/Jenkinsfile	Thu Feb 15 10:34:31 2018 +0100
@@ -17,7 +17,8 @@
   "REALTEK_RTL8195AM": ["builtin"],
   "K64F": ["WIFI_ESP8266"],
   "NUCLEO_F401RE": ["WIFI_IDW0XX1"],
-  "NUCLEO_F429ZI": ["WIFI_ESP8266"]
+  "NUCLEO_F429ZI": ["WIFI_ESP8266"],
+  "DISCO_L475VG_IOT01A": ["WIFI_ISM43362"]
   ]
 
 // Map toolchains to compilers