diff -r 1c425781161e -r 3d23268b50f6 wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h --- a/wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h Tue Jul 06 16:24:00 2010 +0300 +++ b/wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h Wed Aug 18 11:35:02 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 11 % +* %version: 12 % */ #ifndef WLANMGMTCOMMON_H @@ -283,6 +283,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.