diff -r 5fb7af913dfd -r a828660c511c wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_sub_operation_wpa_connect.h --- a/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_sub_operation_wpa_connect.h Thu Aug 19 11:40:48 2010 +0300 +++ b/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_sub_operation_wpa_connect.h Tue Aug 31 17:02:06 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 28 % +* %version: 29 % */ #ifndef CORE_SUB_OPERATION_WPA_CONNECT_H @@ -65,6 +65,7 @@ core_state_req_state_notification, core_state_bss_lost, core_state_user_cancel, + core_state_user_cancel_disassociated, core_state_MAX }; @@ -190,6 +191,12 @@ /** * From abs_wlan_eapol_callback_interface_c */ + core_error_e complete_disassociation( + network_id_c * receive_network_id ); + + /** + * From abs_wlan_eapol_callback_interface_c + */ void handle_error( wlan_eapol_if_error_e errorcode, wlan_eapol_if_message_type_function_e function );