eapol/eapol_framework/eapol_common/type/aka/core/eap_type_aka_client.cpp
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: 29.1.3 %
    19 * %version: 32 %
    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
  5323 }
  5323 }
  5324 
  5324 
  5325 //--------------------------------------------------
  5325 //--------------------------------------------------
  5326 
  5326 
  5327 //
  5327 //
  5328 EAP_FUNC_EXPORT eap_status_e eap_type_aka_c::handle_eap_identity_query(
  5328 eap_status_e eap_type_aka_c::handle_eap_identity_query(
  5329 	const eap_am_network_id_c * const send_network_id,
  5329 	const eap_am_network_id_c * const send_network_id,
  5330 	eap_variable_data_c * const p_identity,
  5330 	eap_variable_data_c * const p_identity,
  5331 	const u8_t eap_identifier,
  5331 	const u8_t eap_identifier,
  5332 	const eap_variable_data_c * const IMSI,
  5332 	const eap_variable_data_c * const IMSI,
  5333 	const eap_variable_data_c * const pseudonym,
  5333 	const eap_variable_data_c * const pseudonym,
  5732 }
  5732 }
  5733 
  5733 
  5734 //--------------------------------------------------
  5734 //--------------------------------------------------
  5735 
  5735 
  5736 //
  5736 //
  5737 EAP_FUNC_EXPORT eap_status_e eap_type_aka_c::query_eap_identity(
  5737 eap_status_e eap_type_aka_c::query_eap_identity(
  5738 	const bool must_be_synchronous,
  5738 	const bool must_be_synchronous,
  5739 	eap_variable_data_c * const identity,
  5739 	eap_variable_data_c * const identity,
  5740 	const eap_am_network_id_c * const receive_network_id,
  5740 	const eap_am_network_id_c * const receive_network_id,
  5741 	const u8_t eap_identifier)
  5741 	const u8_t eap_identifier)
  5742 {
  5742 {