eapol/eapol_framework/eapol_common/type/gsmsim/core/eap_type_gsmsim_client.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: 31.1.2 %
    19 * %version: 33 %
    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
  5070 }
  5070 }
  5071 
  5071 
  5072 //--------------------------------------------------
  5072 //--------------------------------------------------
  5073 
  5073 
  5074 //
  5074 //
  5075 EAP_FUNC_EXPORT eap_status_e eap_type_gsmsim_c::handle_eap_identity_query(
  5075 eap_status_e eap_type_gsmsim_c::handle_eap_identity_query(
  5076 	const eap_am_network_id_c * const send_network_id,
  5076 	const eap_am_network_id_c * const send_network_id,
  5077 	eap_variable_data_c * const p_identity,
  5077 	eap_variable_data_c * const p_identity,
  5078 	const u8_t eap_identifier,
  5078 	const u8_t eap_identifier,
  5079 	const eap_variable_data_c * const IMSI,
  5079 	const eap_variable_data_c * const IMSI,
  5080 	const eap_variable_data_c * const pseudonym,
  5080 	const eap_variable_data_c * const pseudonym,
  5456 }
  5456 }
  5457 
  5457 
  5458 //--------------------------------------------------
  5458 //--------------------------------------------------
  5459 
  5459 
  5460 //
  5460 //
  5461 EAP_FUNC_EXPORT eap_status_e eap_type_gsmsim_c::query_eap_identity(
  5461 eap_status_e eap_type_gsmsim_c::query_eap_identity(
  5462 	const bool must_be_synchronous,
  5462 	const bool must_be_synchronous,
  5463 	eap_variable_data_c * const identity,
  5463 	eap_variable_data_c * const identity,
  5464 	const eap_am_network_id_c * const receive_network_id,
  5464 	const eap_am_network_id_c * const receive_network_id,
  5465 	const u8_t eap_identifier)
  5465 	const u8_t eap_identifier)
  5466 {
  5466 {