eapol/eapol_framework/eapol_common/type/aka/include/eap_type_aka_payloads.h
branchRCL_3
changeset 19 c74b3d9f6b9e
parent 18 bad0cc58d154
equal deleted inserted replaced
18:bad0cc58d154 19: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: 10.1.2 %
    19 * %version: 12 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_AKA_RESULT_H_)
    22 #if !defined(_AKA_RESULT_H_)
    23 #define _AKA_RESULT_H_
    23 #define _AKA_RESULT_H_
    24 
    24 
   335 	aka_variable_data_c * const get_COUNTER()
   335 	aka_variable_data_c * const get_COUNTER()
   336 	{
   336 	{
   337 		return static_cast<aka_variable_data_c *>(&m_COUNTER);
   337 		return static_cast<aka_variable_data_c *>(&m_COUNTER);
   338 	}
   338 	}
   339 
   339 
   340 	aka_variable_data_c * const get_counter_too_small()
   340 	aka_variable_data_c * const get_COUNTER_TOO_SMALL()
   341 	{
   341 	{
   342 		return static_cast<aka_variable_data_c *>(&m_COUNTER_TOO_SMALL);
   342 		return static_cast<aka_variable_data_c *>(&m_COUNTER_TOO_SMALL);
   343 	}
   343 	}
   344 
   344 
   345 
   345 
   351 	void set_includes_other_version_than_1(const bool includes_other_version_than_1);
   351 	void set_includes_other_version_than_1(const bool includes_other_version_than_1);
   352 
   352 
   353 	bool get_includes_other_version_than_1();
   353 	bool get_includes_other_version_than_1();
   354 
   354 
   355 
   355 
   356 	EAP_FUNC_IMPORT bool get_is_valid() const;
   356 	bool get_is_valid() const;
   357 
   357 
   358 	//--------------------------------------------------
   358 	//--------------------------------------------------
   359 }; // class aka_payloads_c
   359 }; // class aka_payloads_c
   360 
   360 
   361 
   361