wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_sub_operation_wpa_connect.h
branchRCL_3
changeset 18 d3d7683d16f5
parent 17 a828660c511c
equal deleted inserted replaced
17:a828660c511c 18:d3d7683d16f5
    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 /*
    18 /*
    19 * %version: 29 %
    19 * %version: 28 %
    20 */
    20 */
    21 
    21 
    22 #ifndef CORE_SUB_OPERATION_WPA_CONNECT_H
    22 #ifndef CORE_SUB_OPERATION_WPA_CONNECT_H
    23 #define CORE_SUB_OPERATION_WPA_CONNECT_H
    23 #define CORE_SUB_OPERATION_WPA_CONNECT_H
    24 
    24 
    63         core_state_req_association_failed,
    63         core_state_req_association_failed,
    64         core_state_process_eapol_frame,
    64         core_state_process_eapol_frame,
    65         core_state_req_state_notification,
    65         core_state_req_state_notification,
    66         core_state_bss_lost,
    66         core_state_bss_lost,
    67         core_state_user_cancel,
    67         core_state_user_cancel,
    68         core_state_user_cancel_disassociated,
       
    69         core_state_MAX
    68         core_state_MAX
    70         };
    69         };
    71 
    70 
    72     /**
    71     /**
    73      * Constructor.
    72      * Constructor.
   189         core_type_list_c< protected_setup_credential_c > & credential_list );
   188         core_type_list_c< protected_setup_credential_c > & credential_list );
   190 
   189 
   191     /**
   190     /**
   192      * From abs_wlan_eapol_callback_interface_c
   191      * From abs_wlan_eapol_callback_interface_c
   193      */
   192      */
   194     core_error_e complete_disassociation(
       
   195         network_id_c * receive_network_id );
       
   196     
       
   197     /**
       
   198      * From abs_wlan_eapol_callback_interface_c
       
   199      */
       
   200     void handle_error(
   193     void handle_error(
   201         wlan_eapol_if_error_e errorcode,
   194         wlan_eapol_if_error_e errorcode,
   202         wlan_eapol_if_message_type_function_e function );
   195         wlan_eapol_if_message_type_function_e function );
   203 
   196 
   204 // from base class abs_core_event_handler_c  
   197 // from base class abs_core_event_handler_c