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: NetworkInterface.h
- Revision:
- 4:f09f0932db4a
- Parent:
- 3:167dd63981b6
- Child:
- 5:fa54ca1af2cd
--- a/NetworkInterface.h Thu May 28 20:00:36 2015 +0000 +++ b/NetworkInterface.h Sun May 31 13:08:12 2015 -0500 @@ -24,8 +24,16 @@ class NetworkInterface { public: + + /** + * + * + * + */ typedef enum { NI_NONE = 0, + NI_WEP, + NI_WPA, NI_WPA2, } ni_security_t;