diff -r c40eb8fe8501 -r ab7247ff6ef9 wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlanmgmtcommandhandler.h --- a/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlanmgmtcommandhandler.h Tue Feb 02 02:03:13 2010 +0200 +++ b/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlanmgmtcommandhandler.h Fri Mar 19 10:03:22 2010 +0200 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of the License "Eclipse Public License v1.0" @@ -16,7 +16,7 @@ */ /* -* %version: 30 % +* %version: 31 % */ #ifndef WLANMGMTCOMMANDHANDLER_H @@ -392,6 +392,7 @@ * @param aIsPairwiseKeyInvalidated Whether the pairwise key should be invalidated. * @param aIsGroupKeyInvalidated Whether the group key should be invalidated * @param aIsRadioMeasurementSupported Whether the radio measurement is supported + * @param aPairwiseKey Pairwise key to set before association. */ void Connect( const TSSID& aSSID, @@ -406,7 +407,8 @@ const TUint8* aScanFrame, TBool aIsPairwiseKeyInvalidated, TBool aIsGroupKeyInvalidated, - TBool aIsRadioMeasurementSupported ); + TBool aIsRadioMeasurementSupported, + const TPairwiseKeyData& aPairwiseKey ); protected: // From CActive