wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/src/core_sub_operation_wep_connect.cpp
changeset 13 ab7247ff6ef9
parent 0 c40eb8fe8501
equal deleted inserted replaced
0:c40eb8fe8501 13:ab7247ff6ef9
     1 /*
     1 /*
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-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:  State machine for connecting to a WEP network.
    14 * Description:  State machine for connecting to a WEP network.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 /*
       
    19 * %version: 6 %
       
    20 */
    18 
    21 
    19 #include "core_sub_operation_wep_connect.h"
    22 #include "core_sub_operation_wep_connect.h"
    20 #include "core_sub_operation_connect.h"
    23 #include "core_sub_operation_connect.h"
    21 #include "core_server.h"
    24 #include "core_server.h"
    22 #include "am_debug.h"
    25 #include "am_debug.h"
    99                     ap_data_m, encryption_m ),
   102                     ap_data_m, encryption_m ),
   100                 core_cipher_key_type_none,
   103                 core_cipher_key_type_none,
   101                 assoc_ie_list_m,
   104                 assoc_ie_list_m,
   102                 assoc_resp_m,
   105                 assoc_resp_m,
   103                 true_t,    // ignored, pairwise key not used
   106                 true_t,    // ignored, pairwise key not used
   104                 false_t );
   107                 false_t,
       
   108                 NULL );
   105 
   109 
   106             return run_sub_operation( operation, core_state_connect );
   110             return run_sub_operation( operation, core_state_connect );
   107             }
   111             }
   108         case core_state_connect:
   112         case core_state_connect:
   109             {
   113             {