private fork

Fork of GSwifiInterface by gs fan

Revision:
7:f94c59d0c735
Parent:
5:78943b3945b5
--- a/GSwifiInterface.h	Wed Jan 30 05:52:14 2013 +0000
+++ b/GSwifiInterface.h	Mon Mar 11 08:21:14 2013 +0000
@@ -77,7 +77,12 @@
   * @ returns ip address
   */
   char* getIPAddress();
-  
+  /** Get MAC address
+  *
+  * @ returns mac address
+  */
+  char* getMACAddress();
+
 private:
     char _ip_string[20];
     bool _ip_set;