eapol/eapol_framework/eapol_common/type/gsmsim/include/eap_type_gsmsim_payloads.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: 3.1.2 %
    19 * %version: 5 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_GSMSIM_RESULT_H_)
    22 #if !defined(_GSMSIM_RESULT_H_)
    23 #define _GSMSIM_RESULT_H_
    23 #define _GSMSIM_RESULT_H_
    24 
    24 
   261 
   261 
   262 	EAP_FUNC_IMPORT gsmsim_variable_data_c * get_CLIENT_ERROR_CODE();
   262 	EAP_FUNC_IMPORT gsmsim_variable_data_c * get_CLIENT_ERROR_CODE();
   263 
   263 
   264 	EAP_FUNC_IMPORT gsmsim_variable_data_c * get_COUNTER();
   264 	EAP_FUNC_IMPORT gsmsim_variable_data_c * get_COUNTER();
   265 
   265 
   266 	EAP_FUNC_IMPORT gsmsim_variable_data_c * get_counter_too_small();
   266 	EAP_FUNC_IMPORT gsmsim_variable_data_c * get_COUNTER_TOO_SMALL();
   267 
   267 
   268 
   268 
   269 	EAP_FUNC_IMPORT void set_includes_unknown_attribute(const gsmsim_payload_AT_type_e unknown_payload);
   269 	EAP_FUNC_IMPORT void set_includes_unknown_attribute(const gsmsim_payload_AT_type_e unknown_payload);
   270 
   270 
   271 	EAP_FUNC_IMPORT gsmsim_payload_AT_type_e get_includes_unknown_attribute();
   271 	EAP_FUNC_IMPORT gsmsim_payload_AT_type_e get_includes_unknown_attribute();