diff -r aaabc7526ded -r a9524956f6b5 wlanutilities/wlansniffer/engine/server/inc/wsfengine.h --- a/wlanutilities/wlansniffer/engine/server/inc/wsfengine.h Wed Jun 09 10:53:40 2010 +0300 +++ b/wlanutilities/wlansniffer/engine/server/inc/wsfengine.h Mon Jun 21 16:55:05 2010 +0300 @@ -143,10 +143,13 @@ * Connects to the given IAP * @since S60 5.0 * @param aIapId The IAP to connect to + * @param aConnectOnly ETrue if Connect selected * @param aPersistence Persistence property of the IAP * @return KErrNone if successful, otherwise error code */ - TInt ConnectWlanL( TUint32 aIapId, TWsfIapPersistence aPersistence ); + TInt ConnectWlanL( TUint32 aIapId, + TBool aConnectOnly, + TWsfIapPersistence aPersistence ); /** * Disconnects the active WLAN connection