wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h
branchRCL_3
changeset 34 13838cf40350
parent 0 c40eb8fe8501
child 42 a828660c511c
--- a/wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h	Tue May 25 14:40:09 2010 +0300
+++ b/wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h	Mon Jun 21 17:43:00 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 10 %
+* %version: 10.1.1 %
 */
 
 #ifndef WLANMGMTCOMMON_H
@@ -277,6 +277,22 @@
     TWlanWpaPresharedKey iWpaPreSharedKey;
     };
 
+/**
+ * Data structure for storing IAP availability data.
+ */
+struct TWlanIapAvailabilityData
+    {
+    /**
+     * ID of the IAP.
+     */
+    TUint iIapId;
+    /** 
+     * Received Signal Strength Indicator (RSSI) of the strongest
+     * AP in the network.
+     */
+    TUint iRssi;
+    };
+
 // CLASS DECLARATION
 /** 
  * Callback interface for WLAN management notifications.