eapol/eapol_framework/eapol_common/type/gsmsim/core/eap_type_gsmsim_client.cpp
branchCompilerCompatibility
changeset 14 3f122ca50ab9
parent 2 1c7bc153c08e
equal deleted inserted replaced
13:5431fd16d0e9 14:3f122ca50ab9
  5070 }
  5070 }
  5071 
  5071 
  5072 //--------------------------------------------------
  5072 //--------------------------------------------------
  5073 
  5073 
  5074 //
  5074 //
  5075 eap_status_e eap_type_gsmsim_c::handle_eap_identity_query(
  5075 EAP_FUNC_EXPORT 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_status_e eap_type_gsmsim_c::query_eap_identity(
  5461 EAP_FUNC_EXPORT 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 {