eapol/eapol_framework/eapol_common/include/eapol_key_types.h
changeset 49 43351a4f2da3
parent 26 9abfd4f00d37
equal deleted inserted replaced
47:712b4ffd76bb 49:43351a4f2da3
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: %
    19 * %version: 17.1.4 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_EAPOL_KEY_TYPES_H_)
    22 #if !defined(_EAPOL_KEY_TYPES_H_)
    23 #define _EAPOL_KEY_TYPES_H_
    23 #define _EAPOL_KEY_TYPES_H_
    24 
    24 
   185 
   185 
   186 #if defined(USE_WAPI_CORE)
   186 #if defined(USE_WAPI_CORE)
   187 	eapol_key_state_wapi_authentication_terminated_unsuccessfull = 20,
   187 	eapol_key_state_wapi_authentication_terminated_unsuccessfull = 20,
   188 	eapol_key_state_wapi_authentication_finished_successfull = 21,
   188 	eapol_key_state_wapi_authentication_finished_successfull = 21,
   189 	eapol_key_state_wapi_authentication_running = 22,
   189 	eapol_key_state_wapi_authentication_running = 22,
       
   190 	eapol_key_state_wapi_authentication_running_waits_message = 23,
   190 #endif //#if defined(USE_WAPI_CORE)
   191 #endif //#if defined(USE_WAPI_CORE)
   191 
   192 
   192 };
   193 };
   193 
   194 
   194 /**
   195 /**