Murata RF modules are designed to simplify wireless development and certification by minimizing the amount of RF expertise you need to wirelessly enable a wide range of applications.

Revision:
1:fd19bd683e90
Parent:
0:8e83b9448758
Child:
9:0ce800923eda
--- a/Indication/SSIDRecordIndication.cpp	Tue Feb 03 21:24:15 2015 +0000
+++ b/Indication/SSIDRecordIndication.cpp	Wed Feb 04 18:10:30 2015 +0000
@@ -33,7 +33,7 @@
         ->SetMaxDataRate(value[_position++])
         ->SetSSID(value + (_position += 2));
 
-        _position+= list[index].GetSSID().length() + 1;
+        _position+= strlen(list[index].GetSSID()) + 1;
 
         index++;
     }