Wifly interface for RN-XV (wifly RN171XVW) senCommand: ssid & pharse no AOK needed

Fork of WiflyInterface by mbed official

Revision:
10:07a3be55bb0a
Parent:
1:fb4494783863
--- a/Wifly/Wifly.h	Fri Aug 24 13:48:36 2012 +0000
+++ b/Wifly/Wifly.h	Wed Feb 05 21:11:23 2014 +0000
@@ -27,6 +27,7 @@
 #ifndef WIFLY_H
 #define WIFLY_H
 
+
 #include "mbed.h"
 #include "CBuffer.h"
 
@@ -35,6 +36,7 @@
 enum Security {
     NONE = 0,
     WEP_128 = 1,
+    WPA1 = 2,
     WPA = 3
 };
 
@@ -136,8 +138,7 @@
     * @param the character which will be written
     */
     int putc(char c);
-
-
+    
     /*
     * To enter in command mode (we can configure the module)
     *