eap_configuration_field_c Class Reference

class eap_configuration_field_c

Constructor & Destructor Documentation

~eap_configuration_field_c()

~eap_configuration_field_c ( ) [inline]

Member Functions Documentation

compare(abs_eap_am_tools_c *const, const eap_configuration_field_c *const)

bool compare ( abs_eap_am_tools_c *const tools,
const eap_configuration_field_c *const field
) const [inline]

Parameters

abs_eap_am_tools_c *const tools
const eap_configuration_field_c *const field

compare(abs_eap_am_tools_c *const, const eap_variable_data_c *const)

bool compare ( abs_eap_am_tools_c *const tools,
const eap_variable_data_c *const data
) const [inline]

Parameters

abs_eap_am_tools_c *const tools
const eap_variable_data_c *const data

copy(abs_eap_am_tools_c *const, const eap_configuration_field_c *const, const eap_variable_data_c *const)

eap_configuration_field_c * copy ( abs_eap_am_tools_c *const tools,
const eap_configuration_field_c *const p_subsection_name,
const eap_variable_data_c *const p_subsection_value
) const [inline]

Parameters

abs_eap_am_tools_c *const tools
const eap_configuration_field_c *const p_subsection_name
const eap_variable_data_c *const p_subsection_value

get_field()

eap_config_string get_field ( ) const [inline]

get_field_length()

const u32_t get_field_length ( ) const [inline]

get_is_secret()

const bool get_is_secret ( ) const [inline]

get_subsection()

const eap_variable_data_c * get_subsection ( ) const [inline]

get_type()

const eap_configure_type_e get_type ( ) const [inline]

set_subsection(abs_eap_am_tools_c *const, const eap_configuration_field_c *const, const eap_variable_data_c *const)

eap_status_e set_subsection ( abs_eap_am_tools_c *const tools,
const eap_configuration_field_c *const p_subsection_name,
const eap_variable_data_c *const p_subsection_value
) [inline]

Parameters

abs_eap_am_tools_c *const tools
const eap_configuration_field_c *const p_subsection_name
const eap_variable_data_c *const p_subsection_value

Member Data Documentation

i8_t m_field

i8_t m_field [private]

u32_t m_field_length

u32_t m_field_length [private]

bool m_is_secret

bool m_is_secret [private]

eap_variable_data_c * m_subsection_name

eap_variable_data_c * m_subsection_name [private]

eap_configure_type_e m_type

eap_configure_type_e m_type [private]