eapol/eapol_framework/eapol_symbian/am/type/tls_peap/symbian/plugin/src/EapTlsPeapUiTlsPeapData.cpp
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: 14 %
    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)
       
    39 {
    38 {
    40 }
    39 }
    41 
    40 
    42 
    41 
    43 CEapTlsPeapUiTlsPeapData::~CEapTlsPeapUiTlsPeapData()
    42 CEapTlsPeapUiTlsPeapData::~CEapTlsPeapUiTlsPeapData()
    99 TDes& CEapTlsPeapUiTlsPeapData::GetPacStorePassword()
    98 TDes& CEapTlsPeapUiTlsPeapData::GetPacStorePassword()
   100 {
    99 {
   101 	return iPacStorePassword;
   100 	return iPacStorePassword;
   102 }
   101 }
   103 
   102 
   104 TBool* CEapTlsPeapUiTlsPeapData::GetUsePacStorePasswordPrompt()
       
   105 {
       
   106 	return &iPasswordPrompt;
       
   107 }
       
   108 
       
   109 
   103 
   110 // ---------------------------------------------------------
   104 // ---------------------------------------------------------
   111 // CEapTlsPeapUiTlsPeapData::GetPapUserName()
   105 // CEapTlsPeapUiTlsPeapData::GetPapUserName()
   112 // ---------------------------------------------------------
   106 // ---------------------------------------------------------
   113 //    
   107 //