eapol/eapol_framework/eapol_common/include/abs_eapol_wlan_authentication.h
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
--- a/eapol/eapol_framework/eapol_common/include/abs_eapol_wlan_authentication.h	Tue Aug 31 15:16:37 2010 +0300
+++ b/eapol/eapol_framework/eapol_common/include/abs_eapol_wlan_authentication.h	Wed Sep 01 12:23:57 2010 +0100
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 6 %
+* %version: 2.1.2 %
 */
 
 #if !defined(_ABS_WLAN_AUTHENTICATION_H_)
@@ -142,11 +142,6 @@
 		const simple_config_payloads_c * const other_configuration) = 0;
 #endif // #if defined(USE_EAP_SIMPLE_CONFIG)
 
-	virtual eap_status_e complete_check_pmksa_cache(
-		EAP_TEMPLATE_CONST eap_array_c<eap_am_network_id_c> * const bssid_sta_receive_network_ids) = 0;
-
-	virtual eap_status_e complete_disassociation(
-		const eap_am_network_id_c * const receive_network_id) = 0;
 
 	//--------------------------------------------------
 }; // class abs_eapol_wlan_authentication_c