NNN50 WIFI_API library

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

This is mbed compatible EthernetInterface lib exclude for Delta DFCM-NNN50 platform.

Additional information and examples can be found in mbed Handbook

Revision:
25:2008b3bae5ca
Parent:
9:32d6cd2f8456
Child:
27:617c6acde338
--- a/WIFIDevice.h	Mon Jun 19 17:40:26 2017 +0000
+++ b/WIFIDevice.h	Thu Jun 22 01:13:11 2017 +0000
@@ -64,7 +64,7 @@
   * \param channel range from 1 to 14 (default: (1))
   * \return 0 on success, a negative number on failure  
   */
-  int WIFIDevice::enableAccessPoint(char* SSID, char* PW, char* AP_ip = "192.168.1.1", uint8_t secType=M2M_WIFI_SEC_WEP, uint8_t channel=1);
+  int enableAccessPoint(char* SSID, char* PW, char* AP_ip = "192.168.1.1", uint8_t secType=M2M_WIFI_SEC_WEP, uint8_t channel=1);
 
   /** Erase a 4KB sector of embeeded flash.
   * Flash memory will be erased in groups of 4KB sector.
@@ -94,6 +94,7 @@
 };
 
 int enableCoexistance();
+void RF_Switch_WIFI_lock(void);
+void RF_Switch_WIFI_unlock(void);
 
 #endif /* WIFIDEVICE_H_ */
-