diff -r c6bf09e868a3 -r c01ef7f246fd wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h --- a/wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h Mon Jun 21 10:46:23 2010 +0300 +++ b/wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h Fri Jul 02 13:43:20 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.