wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_sub_operation_wpa_connect.h
changeset 24 e717b8f55620
parent 13 ab7247ff6ef9
child 43 d3d7683d16f5
equal deleted inserted replaced
23:2e79b4af3f09 24:e717b8f55620
    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: 28 %
    19 * %version: 29 %
    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,
    68         core_state_MAX
    69         core_state_MAX
    69         };
    70         };
    70 
    71 
    71     /**
    72     /**
    72      * Constructor.
    73      * Constructor.
   188         core_type_list_c< protected_setup_credential_c > & credential_list );
   189         core_type_list_c< protected_setup_credential_c > & credential_list );
   189 
   190 
   190     /**
   191     /**
   191      * From abs_wlan_eapol_callback_interface_c
   192      * From abs_wlan_eapol_callback_interface_c
   192      */
   193      */
       
   194     core_error_e complete_disassociation(
       
   195         network_id_c * receive_network_id );
       
   196     
       
   197     /**
       
   198      * From abs_wlan_eapol_callback_interface_c
       
   199      */
   193     void handle_error(
   200     void handle_error(
   194         wlan_eapol_if_error_e errorcode,
   201         wlan_eapol_if_error_e errorcode,
   195         wlan_eapol_if_message_type_function_e function );
   202         wlan_eapol_if_message_type_function_e function );
   196 
   203 
   197 // from base class abs_core_event_handler_c  
   204 // from base class abs_core_event_handler_c