eapol/eapol_framework/eapol_common/core/ethernet_core.cpp
branchCompilerCompatibility
changeset 14 3f122ca50ab9
parent 2 1c7bc153c08e
equal deleted inserted replaced
13:5431fd16d0e9 14:3f122ca50ab9
   445 }
   445 }
   446 
   446 
   447 //--------------------------------------------------
   447 //--------------------------------------------------
   448 
   448 
   449 //
   449 //
   450 eap_status_e ethernet_core_c::read_reassociation_parameters(
   450 EAP_FUNC_EXPORT eap_status_e ethernet_core_c::read_reassociation_parameters(
   451 	const eap_am_network_id_c * const old_receive_network_id, ///< source includes remote address, destination includes local address.
   451 	const eap_am_network_id_c * const old_receive_network_id, ///< source includes remote address, destination includes local address.
   452 	const eap_am_network_id_c * const new_receive_network_id, ///< source includes remote address, destination includes local address.
   452 	const eap_am_network_id_c * const new_receive_network_id, ///< source includes remote address, destination includes local address.
   453 	const eapol_key_authentication_type_e authentication_type,
   453 	const eapol_key_authentication_type_e authentication_type,
   454 	eap_variable_data_c * const PMKID,
   454 	eap_variable_data_c * const PMKID,
   455 	const eap_variable_data_c * const received_WPA_ie,
   455 	const eap_variable_data_c * const received_WPA_ie,
   499 }
   499 }
   500 
   500 
   501 //--------------------------------------------------
   501 //--------------------------------------------------
   502 
   502 
   503 //
   503 //
   504 eap_status_e ethernet_core_c::complete_reassociation(
   504 EAP_FUNC_EXPORT eap_status_e ethernet_core_c::complete_reassociation(
   505 	const eapol_wlan_authentication_state_e reassociation_result,
   505 	const eapol_wlan_authentication_state_e reassociation_result,
   506 	const eap_am_network_id_c * const receive_network_id,
   506 	const eap_am_network_id_c * const receive_network_id,
   507 	const eapol_key_authentication_type_e authentication_type,
   507 	const eapol_key_authentication_type_e authentication_type,
   508 	const eap_variable_data_c * const received_WPA_IE, // WLM must give only the WPA IE to EAPOL
   508 	const eap_variable_data_c * const received_WPA_IE, // WLM must give only the WPA IE to EAPOL
   509 	const eap_variable_data_c * const sent_WPA_IE,
   509 	const eap_variable_data_c * const sent_WPA_IE,