diff -r c40eb8fe8501 -r 6524e815f76f wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_sub_operation_connect.h --- a/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_sub_operation_connect.h Tue Feb 02 02:03:13 2010 +0200 +++ b/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_sub_operation_connect.h Sat Feb 20 00:38:18 2010 +0200 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2005-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" @@ -15,6 +15,9 @@ * */ +/* +* %version: 18 % +*/ #ifndef CORE_SUB_OPERATION_CONNECT_H #define CORE_SUB_OPERATION_CONNECT_H @@ -73,7 +76,8 @@ core_type_list_c& assoc_ie_list, core_frame_assoc_resp_c** assoc_resp, bool_t is_pairwise_key_invalidated, - bool_t is_group_key_invalidated ); + bool_t is_group_key_invalidated, + const core_cipher_key_s* pairwise_key ); /** * Destructor. @@ -186,6 +190,11 @@ */ bool_t is_group_key_invalidated_m; + /** + * Pairwise key to be set before association. Not owned by this pointer. + */ + const core_cipher_key_s* pairwise_key_m; + }; #endif // CORE_SUB_OPERATION_CONNECT_H