eapol/eapol_framework/eapol_common/type/simple_config/eap/include/eap_type_simple_config_header.h
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: %
    19 * %version: 11 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_EAP_SIMPLE_CONFIG_HEADER_H_)
    22 #if !defined(_EAP_SIMPLE_CONFIG_HEADER_H_)
    23 #define _EAP_SIMPLE_CONFIG_HEADER_H_
    23 #define _EAP_SIMPLE_CONFIG_HEADER_H_
    24 
    24 
    30 
    30 
    31 /** @file */
    31 /** @file */
    32 
    32 
    33 const u8_t SIMPLE_CONFIG_NAI_AT_BYTE = '@';
    33 const u8_t SIMPLE_CONFIG_NAI_AT_BYTE = '@';
    34 
    34 
       
    35 #if !defined(USE_EAP_EXPANDED_TYPES)
       
    36 	#error You MUST define USE_EAP_EXPANDED_TYPES compiler flag. WFA Simple Config uses that.
       
    37 #endif //#if !defined(USE_EAP_EXPANDED_TYPES)
    35 
    38 
    36 //----------------------------------------------------------------------------
    39 //----------------------------------------------------------------------------
    37 
    40 
    38 
    41 
    39 /// This class defines header of SIMPLE_CONFIG EAP-type.
    42 /// This class defines header of SIMPLE_CONFIG EAP-type.