eapol/eapol_framework/wapi_common/include/wapi_strings.h
changeset 18 7aac0b9e8906
parent 17 8840d3e38314
child 20 8b3129ac4c0f
equal deleted inserted replaced
17:8840d3e38314 18:7aac0b9e8906
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : ./accesssec/eapol/eapol_framework/wapi_common/include/wapi_strings.h
       
     4 *  Part of     : WAPI / WAPI       *** Info from the SWAD
       
     5 *  Description : WAPI authentication
       
     6 *  Version     : %version: 10 % << Don't touch! Updated by Synergy at check-out.
       
     7 *
       
     8 *  Copyright © 2001-2009 Nokia.  All rights reserved.
       
     9 *  This material, including documentation and any related computer
       
    10 *  programs, is protected by copyright controlled by Nokia.  All
       
    11 *  rights are reserved.  Copying, including reproducing, storing,
       
    12 *  adapting or translating, any or all of this material requires the
       
    13 *  prior written consent of Nokia.  This material also contains
       
    14 *  confidential information which may not be disclosed to others
       
    15 *  without the prior written consent of Nokia.
       
    16 * ============================================================================
       
    17 * Template version: 4.2
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 #if !defined(_WAPI_STRINGS_H_)
       
    23 #define _WAPI_STRINGS_H_
       
    24 
       
    25 #if defined(USE_WAPI_CORE)
       
    26 
       
    27 #include "eap_tools.h"
       
    28 #include "eap_general_header_base.h"
       
    29 #include "wapi_types.h"
       
    30 
       
    31 /** @file */
       
    32 
       
    33 //----------------------------------------------------------------------------------
       
    34 
       
    35 /// This class includes the debug strings of the Elliptic curve certificate store.
       
    36 class EAP_EXPORT wapi_strings_c
       
    37 {
       
    38 public:
       
    39 
       
    40 	EAP_FUNC_IMPORT virtual ~wapi_strings_c();
       
    41 
       
    42 	EAP_FUNC_IMPORT wapi_strings_c();
       
    43 
       
    44 	EAP_FUNC_IMPORT static eap_const_string get_wapi_completion_operation_string(const wapi_completion_operation_e type);
       
    45 
       
    46 	EAP_FUNC_IMPORT static eap_const_string get_wai_protocol_version_string(const wai_protocol_version_e type);
       
    47 
       
    48 	EAP_FUNC_IMPORT static eap_const_string get_wai_protocol_type_string(const wai_protocol_type_e type);
       
    49 
       
    50 	EAP_FUNC_IMPORT static eap_const_string get_wai_protocol_subtype_string(const wai_protocol_subtype_e type);
       
    51 
       
    52 	EAP_FUNC_IMPORT static eap_const_string get_wai_tlv_header_string(const wai_tlv_type_e type);
       
    53 
       
    54 	EAP_FUNC_IMPORT static eap_const_string get_wai_payload_type_string(const wai_payload_type_e type);
       
    55 
       
    56 	EAP_FUNC_IMPORT static eap_const_string get_wapi_core_state_string(const wapi_core_state_e state);
       
    57 
       
    58 	EAP_FUNC_IMPORT static eap_const_string get_wapi_negotiation_state_string(const wapi_negotiation_state_e state);
       
    59 
       
    60 
       
    61 };
       
    62 
       
    63 //----------------------------------------------------------------------------------
       
    64 
       
    65 #endif //#if defined(USE_WAPI_CORE)
       
    66 
       
    67 #endif //#if !defined(_WAPI_STRINGS_H_)
       
    68 
       
    69 
       
    70 
       
    71 // End.