eapol/eapol_framework/eapol_symbian/am/type/tls_peap/symbian/plugin/src/EapTlsPeapUiTlsPeapData.cpp
changeset 33 938269283a16
parent 2 1c7bc153c08e
child 46 c74b3d9f6b9e
equal deleted inserted replaced
22:093cf0757204 33:938269283a16
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 14 %
    19 * %version: %
    20 */
    20 */
    21 
    21 
    22 // This is enumeration of EAPOL source code.
    22 // This is enumeration of EAPOL source code.
    23 #if defined(USE_EAP_MINIMUM_RELEASE_TRACES)
    23 #if defined(USE_EAP_MINIMUM_RELEASE_TRACES)
    24 	#undef EAP_FILE_NUMBER_ENUM
    24 	#undef EAP_FILE_NUMBER_ENUM
    32 
    32 
    33 CEapTlsPeapUiTlsPeapData::CEapTlsPeapUiTlsPeapData()
    33 CEapTlsPeapUiTlsPeapData::CEapTlsPeapUiTlsPeapData()
    34 : iAllowVersion0(EFalse),
    34 : iAllowVersion0(EFalse),
    35 iAllowVersion1(EFalse),
    35 iAllowVersion1(EFalse),
    36 iAllowVersion2(EFalse),
    36 iAllowVersion2(EFalse),
    37 iPapPasswordPrompt( ETrue )
    37 iPapPasswordPrompt( ETrue ),
       
    38 iPasswordPrompt(ETrue)
    38 {
    39 {
    39 }
    40 }
    40 
    41 
    41 
    42 
    42 CEapTlsPeapUiTlsPeapData::~CEapTlsPeapUiTlsPeapData()
    43 CEapTlsPeapUiTlsPeapData::~CEapTlsPeapUiTlsPeapData()
    98 TDes& CEapTlsPeapUiTlsPeapData::GetPacStorePassword()
    99 TDes& CEapTlsPeapUiTlsPeapData::GetPacStorePassword()
    99 {
   100 {
   100 	return iPacStorePassword;
   101 	return iPacStorePassword;
   101 }
   102 }
   102 
   103 
       
   104 TBool* CEapTlsPeapUiTlsPeapData::GetUsePacStorePasswordPrompt()
       
   105 {
       
   106 	return &iPasswordPrompt;
       
   107 }
       
   108 
   103 
   109 
   104 // ---------------------------------------------------------
   110 // ---------------------------------------------------------
   105 // CEapTlsPeapUiTlsPeapData::GetPapUserName()
   111 // CEapTlsPeapUiTlsPeapData::GetPapUserName()
   106 // ---------------------------------------------------------
   112 // ---------------------------------------------------------
   107 //    
   113 //