eapol/eapol_framework/eapol_common/am/include/tls_am_application_eap_fast.h
changeset 52 c23bdf5a328a
parent 33 938269283a16
equal deleted inserted replaced
51:e863583e6720 52:c23bdf5a328a
    23 #define _TLS_AM_APPLICATION_EAP_FAST_H_
    23 #define _TLS_AM_APPLICATION_EAP_FAST_H_
    24 
    24 
    25 #if defined(USE_FAST_EAP_TYPE)
    25 #if defined(USE_FAST_EAP_TYPE)
    26 
    26 
    27 #include "eap_am_export.h"
    27 #include "eap_am_export.h"
       
    28 // Start: added by script change_export_macros.sh.
       
    29 #if defined(EAP_NO_EXPORT_TLS_AM_APPLICATION_EAP_FAST_H)
       
    30 	#define EAP_CLASS_VISIBILITY_TLS_AM_APPLICATION_EAP_FAST_H EAP_NONSHARABLE 
       
    31 	#define EAP_FUNC_VISIBILITY_TLS_AM_APPLICATION_EAP_FAST_H 
       
    32 	#define EAP_C_FUNC_VISIBILITY_TLS_AM_APPLICATION_EAP_FAST_H 
       
    33 	#define EAP_FUNC_EXPORT_TLS_AM_APPLICATION_EAP_FAST_H 
       
    34 	#define EAP_C_FUNC_EXPORT_TLS_AM_APPLICATION_EAP_FAST_H 
       
    35 #elif defined(EAP_EXPORT_TLS_AM_APPLICATION_EAP_FAST_H)
       
    36 	#define EAP_CLASS_VISIBILITY_TLS_AM_APPLICATION_EAP_FAST_H EAP_EXPORT 
       
    37 	#define EAP_FUNC_VISIBILITY_TLS_AM_APPLICATION_EAP_FAST_H EAP_FUNC_EXPORT 
       
    38 	#define EAP_C_FUNC_VISIBILITY_TLS_AM_APPLICATION_EAP_FAST_H EAP_C_FUNC_EXPORT 
       
    39 	#define EAP_FUNC_EXPORT_TLS_AM_APPLICATION_EAP_FAST_H EAP_FUNC_EXPORT 
       
    40 	#define EAP_C_FUNC_EXPORT_TLS_AM_APPLICATION_EAP_FAST_H EAP_C_FUNC_EXPORT 
       
    41 #else
       
    42 	#define EAP_CLASS_VISIBILITY_TLS_AM_APPLICATION_EAP_FAST_H EAP_IMPORT 
       
    43 	#define EAP_FUNC_VISIBILITY_TLS_AM_APPLICATION_EAP_FAST_H EAP_FUNC_IMPORT 
       
    44 	#define EAP_C_FUNC_VISIBILITY_TLS_AM_APPLICATION_EAP_FAST_H EAP_C_FUNC_IMPORT 
       
    45 	#define EAP_FUNC_EXPORT_TLS_AM_APPLICATION_EAP_FAST_H 
       
    46 	#define EAP_C_FUNC_EXPORT_TLS_AM_APPLICATION_EAP_FAST_H 
       
    47 #endif
       
    48 // End: added by script change_export_macros.sh.
    28 #include "eap_array.h"
    49 #include "eap_array.h"
    29 #include "eap_fast_pac_store_types.h"
    50 #include "eap_fast_pac_store_types.h"
    30 
    51 
    31 #include "eap_fast_tlv_header.h"
    52 #include "eap_fast_tlv_header.h"
    32 
    53 
    38 class eap_fast_variable_data_c;
    59 class eap_fast_variable_data_c;
    39 
    60 
    40 
    61 
    41 /// This class declares the functions adaptation module of TLS
    62 /// This class declares the functions adaptation module of TLS
    42 /// requires from the TLS.
    63 /// requires from the TLS.
    43 class EAP_EXPORT tls_am_application_eap_fast_c
    64 class EAP_CLASS_VISIBILITY_TLS_AM_APPLICATION_EAP_FAST_H tls_am_application_eap_fast_c
    44 {
    65 {
    45 private:
    66 private:
    46 	//--------------------------------------------------
    67 	//--------------------------------------------------
    47 
    68 
    48 	//--------------------------------------------------
    69 	//--------------------------------------------------