wlansecuritysettings/wlaneapsettingsui/EapTtls/ConfigUi/inc/EapTtlsUi.hrh
branchRCL_3
changeset 46 c74b3d9f6b9e
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
       
     1 /*
       
     2 * Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: EAP TTLS UI hrh file
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: %
       
    20 */
       
    21 
       
    22 #ifndef _EAPTTLSUI_HRH_
       
    23 #define _EAPTTLSUI_HRH_
       
    24 
       
    25 enum TEapTtlsUiMenuCommands
       
    26     {
       
    27     ETtlsUiCmdUndefined = 6000,
       
    28     ETtlsUiCmdChange,
       
    29     ETtlsUiCmdEnable,
       
    30     ETtlsUiCmdDisable,
       
    31     ETtlsUiCmdConfigure,
       
    32 	ETtlsUiCmdMoveUp,
       
    33     ETtlsUiCmdMoveDown,
       
    34 	ETtlsUiCmdViewDetails
       
    35     };
       
    36 
       
    37 enum TEapTtlsUiNotes
       
    38     {
       
    39     TEapTtlsUiGeneralError = 6100
       
    40     };
       
    41 
       
    42 enum TEapTtlsUiLines
       
    43 	{
       
    44 	ETtlsSettingsListBox = 6200
       
    45 	};
       
    46 
       
    47 enum TEapTtlsUiSettingIds
       
    48 	{
       
    49 	ETtlsSettingUserCert=6300,
       
    50 	ETtlsSettingCaCert,
       
    51 	ETtlsSettingUsernameInUseId,
       
    52 	ETtlsSettingUsernameId,
       
    53 	ETtlsSettingRealmInUseId,
       
    54 	ETtlsSettingRealmId,
       
    55 	ETtlsSettingTlsPrivacyId
       
    56 	};
       
    57 
       
    58 enum TEapTtlsUiSettingPageIds
       
    59 	{
       
    60 	ETtlsSettingPageUserCertificates=6400,
       
    61 	ETtlsSettingPageCaCertificates,
       
    62 	ETtlsSettingPageCipherSuites,
       
    63 	ETtlsSettingPageEapTypes,
       
    64 	ETtlsSettingPageSettings
       
    65 	};
       
    66 
       
    67 enum TEapTtlsUiListBoxes
       
    68 	{
       
    69 	ETtlsSettingsUserCertListbox=6500,
       
    70 	ETtlsSettingsCaCertListbox,
       
    71 	ETtlsSettingsCipherSuiteListbox,
       
    72 	ETtlsSettingsEapTypeListbox,
       
    73 	ETtlsSettingsListbox
       
    74 	};
       
    75 
       
    76 enum TEapTtlsSettingItems
       
    77 	{
       
    78 	ETtlsTabSheetSettingsUsernameInUse=6600,
       
    79 	ETtlsTabSheetSettingsUsername,
       
    80 	ETtlsTabSheetSettingsRealmInUse,
       
    81 	ETtlsTabSheetSettingsRealm
       
    82 	};
       
    83 
       
    84 // Constants that are used as page ids
       
    85 // TEapTtlsUiSettingPageIds does not work for this purpose
       
    86 #define KEAPTTLSSETTINGSPAGE 1
       
    87 #define KEAPTTLSEAPPAGE      2
       
    88 #define KEAPTTLSCIPHERPAGE   3
       
    89 
       
    90 #endif  //_EAPTTLSUI_HRH_
       
    91 
       
    92 
       
    93 // End of File