wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/abs_wlan_eapol_callback_interface.h
branchRCL_3
changeset 42 a828660c511c
parent 0 c40eb8fe8501
child 43 d3d7683d16f5
equal deleted inserted replaced
40:5fb7af913dfd 42:a828660c511c
   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     /**
   117      * The handle_error() function tells about error from EAPOL side.
   123      * The handle_error() function tells about error from EAPOL side.
   118      */
   124      */
   119     virtual void handle_error(
   125     virtual void handle_error(
   120         wlan_eapol_if_error_e errorcode,
   126         wlan_eapol_if_error_e errorcode,
   121         wlan_eapol_if_message_type_function_e function ) = 0;
   127         wlan_eapol_if_message_type_function_e function ) = 0;