wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmclientserver.h
branchRCL_3
changeset 14 13838cf40350
parent 5 51a71243e562
--- a/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmclientserver.h	Tue May 25 14:40:09 2010 +0300
+++ b/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmclientserver.h	Mon Jun 21 17:43:00 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 42 %
+* %version: 43 %
 */
 
 #ifndef WLMCLIENTSERVER_H
@@ -398,15 +398,24 @@
     };
 
 /**
+ * Data structure for storing IAP availability data.
+ */
+struct TWlmAvailabilityData
+    {
+    TUint iapId;
+    TUint rcpi;
+    };
+
+/**
 * Data structure for storing available IAP IDs.
 */  
 struct TWlmAvailableIaps
     {
     /** The number of IAPs available. */
     TUint32 count;
-    
+
     /** The available IAP IDs. */
-    TFixedArray<TUint,KWlmMaxAvailableIaps> iaps;
+    TFixedArray<TWlmAvailabilityData,KWlmMaxAvailableIaps> iaps;
     };
 
 /**