wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/abs_wlan_eapol_callback_interface.h
branchRCL_3
changeset 43 d3d7683d16f5
parent 42 a828660c511c
equal deleted inserted replaced
42:a828660c511c 43:d3d7683d16f5
   112      */
   112      */
   113     virtual core_error_e new_protected_setup_credentials(
   113     virtual core_error_e new_protected_setup_credentials(
   114         core_type_list_c< protected_setup_credential_c > & credential_list ) = 0;
   114         core_type_list_c< protected_setup_credential_c > & credential_list ) = 0;
   115 
   115 
   116     /**
   116     /**
   117      * The complete_disassociation() function completes disassociation function.
       
   118      */
       
   119     virtual core_error_e complete_disassociation(
       
   120         network_id_c * receive_network_id ) = 0;
       
   121 
       
   122     /**
       
   123      * The handle_error() function tells about error from EAPOL side.
   117      * The handle_error() function tells about error from EAPOL side.
   124      */
   118      */
   125     virtual void handle_error(
   119     virtual void handle_error(
   126         wlan_eapol_if_error_e errorcode,
   120         wlan_eapol_if_error_e errorcode,
   127         wlan_eapol_if_message_type_function_e function ) = 0;
   121         wlan_eapol_if_message_type_function_e function ) = 0;