diff -r af3fb27c7511 -r 13838cf40350 wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/rwlmserver.h --- a/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/rwlmserver.h Tue May 25 14:40:09 2010 +0300 +++ b/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/rwlmserver.h Mon Jun 21 17:43:00 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 25 % +* %version: 25.1.1 % */ #ifndef RWLMSERVER_H @@ -232,18 +232,21 @@ * @param aAvailableIaps Array of IAP IDs available. * @param aCacheLifetime how old cached results (in seconds) the client is willing to accept. * @param aMaxDelay maximum time (in seconds) the client is willing to wait for the scan results. + * @param aFilteredResults Whether availability is filtered based on signal strength. * @return General Symbian error code. */ IMPORT_C TInt GetAvailableIaps( TWlmAvailableIaps& aAvailableIaps, TInt& aCacheLifetime, - TUint& aMaxDelay ); + TUint& aMaxDelay, + TBool aFilteredResults ); /** * Get available WLAN IAPs. * @param aAvailableIaps Array of IAP IDs available. * @param aCacheLifetime how old cached results (in seconds) the client is willing to accept. * @param aMaxDelay maximum time (in seconds) the client is willing to wait for the scan results. + * @param aFilteredResults Whether availability is filtered based on signal strength. * @param aStatus Status of the calling active object. * * In order to call this method, an instance of TWlmAvailableIaps must @@ -258,6 +261,7 @@ TDes8& aAvailableIaps, TDes8& aCacheLifetime, TDes8& aMaxDelay, + TBool aFilteredResults, TRequestStatus& aStatus ); /**