diff -r af3fb27c7511 -r 13838cf40350 wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h --- 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.