eapol/eapol_framework/eapol_common/include/eapol_key_state_string.h
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
    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: 6 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_EAPOL_KEY_STATE_STRING_H_)
    22 #if !defined(_EAPOL_KEY_STATE_STRING_H_)
    23 #define _EAPOL_KEY_STATE_STRING_H_
    23 #define _EAPOL_KEY_STATE_STRING_H_
    24 
    24 
    67 	 * Function returns string of eapol_key_descriptor_type_e.
    67 	 * Function returns string of eapol_key_descriptor_type_e.
    68 	 * @param state is the queried string.
    68 	 * @param state is the queried string.
    69 	 */
    69 	 */
    70 	EAP_FUNC_IMPORT static eap_const_string get_eapol_key_descriptor_type_string(
    70 	EAP_FUNC_IMPORT static eap_const_string get_eapol_key_descriptor_type_string(
    71 		const eapol_key_descriptor_type_e key_descriptor_type);
    71 		const eapol_key_descriptor_type_e key_descriptor_type);
    72 
       
    73 };
    72 };
    74 
    73 
    75 //--------------------------------------------------
    74 //--------------------------------------------------
    76 
    75 
    77 #endif //#if !defined(_EAPOL_KEY_STATE_STRING_H_)
    76 #endif //#if !defined(_EAPOL_KEY_STATE_STRING_H_)