diff -r 30e048a7b597 -r bad0cc58d154 eapol/eapol_framework/eapol_common/am/include/eap_am_tools.h --- a/eapol/eapol_framework/eapol_common/am/include/eap_am_tools.h Thu Aug 19 09:58:27 2010 +0300 +++ b/eapol/eapol_framework/eapol_common/am/include/eap_am_tools.h Tue Aug 31 15:16:37 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 10 % +* %version: 8.1.2 % */ #if !defined( _EAP_AM_TOOLS_H_ ) @@ -120,6 +120,7 @@ eap_trace_mask_hash_map = (1u << 13u), ///< This value traces only data of hash table. It does map data and selector. eap_trace_mask_timer_queue = (1u << 14u), ///< This value traces the timer queue. eap_trace_mask_ok_returns = (1u << 15u), ///< This value traces the OK return values, alot of them. + eap_trace_mask_trace_never = (1u << 16u), ///< This value never traces. This can disable trace always. }; EAP_FUNC_IMPORT u8_t octet_to_ascii(i32_t octet); @@ -321,6 +322,8 @@ const u32_t TRACE_FLAGS_OK_RETURNS = eap_am_tools_c::eap_trace_mask_ok_returns; +const u32_t EAP_TRACE_FLAGS_NEVER = eap_am_tools_c::eap_trace_mask_trace_never; + //----------------------------------------------------------------------------------------------- #if !defined(USE_EAP_STATUS_RETURN)