Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more
Diff: WIFIDevice.h
- Revision:
- 25:2008b3bae5ca
- Parent:
- 9:32d6cd2f8456
- Child:
- 27:617c6acde338
diff -r a588c7f472ba -r 2008b3bae5ca WIFIDevice.h --- 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_ */ -