diff -r aaabc7526ded -r a9524956f6b5 wlanutilities/wlansniffer/aiplugin/inc/wsfconnectactivewrapper.h --- a/wlanutilities/wlansniffer/aiplugin/inc/wsfconnectactivewrapper.h Wed Jun 09 10:53:40 2010 +0300 +++ b/wlanutilities/wlansniffer/aiplugin/inc/wsfconnectactivewrapper.h Mon Jun 21 16:55:05 2010 +0300 @@ -62,8 +62,12 @@ /** * Function for making the initial request * @since S60 5.2 + * @param aIapId WLAN IAP id to connect to. + * @param aConnectOnly ETrue if Connect selected + * @param aPersistence Persistence property of the IAP */ - void Start( TUint aIapID, TWsfIapPersistence aPersistence ); + void Start( TUint aIapID, TBool aConnectOnly, + TWsfIapPersistence aPersistence ); private: @@ -131,6 +135,11 @@ TUint iIapID; /** + * Indicates whether Connect or Start Web browsing was selected + */ + TBool iConnectOnly; + + /** * Persistence value of IAP */ TWsfIapPersistence iPersistence;