eapol/eapol_framework/eapol_common/type/gsmsim/core/eap_type_gsmsim_header.cpp
branchCompilerCompatibility
changeset 14 3f122ca50ab9
parent 2 1c7bc153c08e
equal deleted inserted replaced
13:5431fd16d0e9 14:3f122ca50ab9
   302 	{
   302 	{
   303 		return 0;
   303 		return 0;
   304 	}
   304 	}
   305 }
   305 }
   306 
   306 
   307 u32_t gsmsim_header_c::get_sub_type_offset() const
   307 EAP_FUNC_EXPORT u32_t gsmsim_header_c::get_sub_type_offset() const
   308 {
   308 {
   309 	return eap_header_base_c::get_header_length() + eap_header_base_c::get_type_field_length() + m_subtype_delta_offset;
   309 	return eap_header_base_c::get_header_length() + eap_header_base_c::get_type_field_length() + m_subtype_delta_offset;
   310 }
   310 }
   311 
   311 
   312 EAP_FUNC_EXPORT u32_t gsmsim_header_c::get_header_length() const
   312 EAP_FUNC_EXPORT u32_t gsmsim_header_c::get_header_length() const