wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_sub_operation_wpa_connect.h
branchRCL_3
changeset 3 6524e815f76f
parent 0 c40eb8fe8501
child 17 a828660c511c
equal deleted inserted replaced
0:c40eb8fe8501 3:6524e815f76f
     1 /*
     1 /*
     2 * Copyright (c) 2005-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    13 *
    13 *
    14 * Description:  Statemachine for connecting to a WPA network
    14 * Description:  Statemachine for connecting to a WPA network
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 /*
       
    19 * %version: 28 %
       
    20 */
    18 
    21 
    19 #ifndef CORE_SUB_OPERATION_WPA_CONNECT_H
    22 #ifndef CORE_SUB_OPERATION_WPA_CONNECT_H
    20 #define CORE_SUB_OPERATION_WPA_CONNECT_H
    23 #define CORE_SUB_OPERATION_WPA_CONNECT_H
    21 
    24 
    22 #include "core_operation_base.h"
    25 #include "core_operation_base.h"
   267     /**
   270     /**
   268      * Whether the connection attempt uses a proactive key caching.
   271      * Whether the connection attempt uses a proactive key caching.
   269      */
   272      */
   270     bool_t is_key_caching_used_m;
   273     bool_t is_key_caching_used_m;
   271 
   274 
       
   275     /**
       
   276      * Pairwise key to set before association. CIPHER_KEY_NOT_DEFINED if none.
       
   277      */
       
   278     core_cipher_key_s pairwise_key_m;
       
   279 
   272     };
   280     };
   273 
   281 
   274 #endif // CORE_SUB_OPERATION_WPA_CONNECT_H
   282 #endif // CORE_SUB_OPERATION_WPA_CONNECT_H