wlanutilities/wlansniffer/engine/server/inc/wsfengine.h
branchRCL_3
changeset 20 a9524956f6b5
parent 0 56b72877c1cb
equal deleted inserted replaced
18:aaabc7526ded 20:a9524956f6b5
   141 
   141 
   142         /**
   142         /**
   143         * Connects to the given IAP
   143         * Connects to the given IAP
   144         * @since S60 5.0
   144         * @since S60 5.0
   145         * @param aIapId The IAP to connect to
   145         * @param aIapId The IAP to connect to
       
   146         * @param aConnectOnly ETrue if Connect selected
   146         * @param aPersistence Persistence property of the IAP
   147         * @param aPersistence Persistence property of the IAP
   147         * @return KErrNone if successful, otherwise error code
   148         * @return KErrNone if successful, otherwise error code
   148         */
   149         */
   149         TInt ConnectWlanL( TUint32 aIapId, TWsfIapPersistence aPersistence );
   150         TInt ConnectWlanL( TUint32 aIapId,
       
   151                            TBool aConnectOnly,
       
   152                            TWsfIapPersistence aPersistence );
   150 
   153 
   151         /**
   154         /**
   152         * Disconnects the active WLAN connection
   155         * Disconnects the active WLAN connection
   153         * @since S60 5.0
   156         * @since S60 5.0
   154         * @return ETrue on success, EFalse if there was nothing to disconnect
   157         * @return ETrue on success, EFalse if there was nothing to disconnect