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.
Dependencies: DnsQuery
Dependents: WizFi310_TCP_Echo_Server_Example
Fork of NetworkSocketAPI by
Diff: WiFiInterface.h
- Revision:
- 13:f84e69b3fdd3
- Parent:
- 7:b147c08301be
- Child:
- 21:35ed15069189
--- a/WiFiInterface.h Thu Jul 16 05:19:17 2015 +0000
+++ b/WiFiInterface.h Fri Jul 17 23:14:01 2015 +0000
@@ -45,7 +45,7 @@
@param timeout_ms Time in miliseconds to wait while attempting to connect before timing out
@returns 0 on success, a negative number on failure
*/
- virtual int32_t connect(const char *ap, const char *pass_phrase = 0, wifi_security_t security = WI_NONE, uint32_t timeout_ms = 15000) const = 0;
+ virtual int32_t connect(const char *ap, const char *pass_phrase = 0, wifi_security_t security = WI_NONE, uint32_t timeout_ms = 15000) = 0;
};
