private fork

Fork of GSwifiInterface by gs fan

Revision:
7:f94c59d0c735
Parent:
5:78943b3945b5
--- a/GSwifiInterface.cpp	Wed Jan 30 05:52:14 2013 +0000
+++ b/GSwifiInterface.cpp	Mon Mar 11 08:21:14 2013 +0000
@@ -40,4 +40,10 @@
 {
 
     return _ip;
-}
\ No newline at end of file
+}
+
+char * GSwifiInterface::getMACAddress()
+{
+
+    return _mac;
+}