eapol/eapol_framework/eapol_common/include/eap_core_retransmission.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: 8.1.2 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_GSMSIM_RETRANSMISSION_H_)
    22 #if !defined(_GSMSIM_RETRANSMISSION_H_)
    23 #define _GSMSIM_RETRANSMISSION_H_
    23 #define _GSMSIM_RETRANSMISSION_H_
    24 
    24 
    30 
    30 
    31 /**
    31 /**
    32  * This class stores the information of re-transmission of EAP-packet.
    32  * This class stores the information of re-transmission of EAP-packet.
    33  * @{ Add more comments. }
    33  * @{ Add more comments. }
    34  */
    34  */
    35 class EAP_EXPORT eap_core_retransmission_c
    35 class eap_core_retransmission_c
    36 {
    36 {
    37 private:
    37 private:
    38 	
    38 	
    39 	abs_eap_am_tools_c * const m_am_tools;
    39 	abs_eap_am_tools_c * const m_am_tools;
    40 
    40