eapol/eapol_framework/eapol_common/type/aka/core/eap_type_aka_payloads.cpp
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: 9.1.3 %
    19 * %version: 12 %
    20 */
    20 */
    21 
    21 
    22 // This is enumeration of EAPOL source code.
    22 // This is enumeration of EAPOL source code.
    23 #if defined(USE_EAP_MINIMUM_RELEASE_TRACES)
    23 #if defined(USE_EAP_MINIMUM_RELEASE_TRACES)
    24 	#undef EAP_FILE_NUMBER_ENUM
    24 	#undef EAP_FILE_NUMBER_ENUM
   305 		&& check_one_payload(IV, get_IV()) == true
   305 		&& check_one_payload(IV, get_IV()) == true
   306 		&& check_one_payload(NEXT_PSEUDONYM, get_NEXT_PSEUDONYM()) == true
   306 		&& check_one_payload(NEXT_PSEUDONYM, get_NEXT_PSEUDONYM()) == true
   307 		&& check_one_payload(NEXT_REAUTH_ID, get_NEXT_REAUTH_ID()) == true
   307 		&& check_one_payload(NEXT_REAUTH_ID, get_NEXT_REAUTH_ID()) == true
   308 		&& check_one_payload(NOTIFICATION, get_NOTIFICATION()) == true
   308 		&& check_one_payload(NOTIFICATION, get_NOTIFICATION()) == true
   309 		&& check_one_payload(COUNTER, get_COUNTER()) == true
   309 		&& check_one_payload(COUNTER, get_COUNTER()) == true
   310 		&& check_one_payload(COUNTER_TOO_SMALL, get_counter_too_small()) == true
   310 		&& check_one_payload(COUNTER_TOO_SMALL, get_COUNTER_TOO_SMALL()) == true
   311 		&& check_one_payload(CLIENT_ERROR_CODE, get_CLIENT_ERROR_CODE()) == true
   311 		&& check_one_payload(CLIENT_ERROR_CODE, get_CLIENT_ERROR_CODE()) == true
   312 		&& check_one_payload(RESULT_IND, get_RESULT_IND()) == true
   312 		&& check_one_payload(RESULT_IND, get_RESULT_IND()) == true
   313 		&& check_one_payload(CHECKCODE, get_CHECKCODE()) == true
   313 		&& check_one_payload(CHECKCODE, get_CHECKCODE()) == true
   314 		)
   314 		)
   315 	{
   315 	{