wlansecuritysettings/wlaneapsettingsui/EapTtls/ConfigUi/inc/EapTtlsUi.hrh
changeset 0 c8830336c852
child 2 1c7bc153c08e
equal deleted inserted replaced
-1:000000000000 0:c8830336c852
       
     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 #ifndef _EAPTTLSUI_HRH_
       
    20 #define _EAPTTLSUI_HRH_
       
    21 
       
    22 enum TEapTtlsUiMenuCommands
       
    23     {
       
    24     ETtlsUiCmdUndefined = 6000,
       
    25     ETtlsUiCmdChange,
       
    26     ETtlsUiCmdEnable,
       
    27     ETtlsUiCmdDisable,
       
    28     ETtlsUiCmdConfigure,
       
    29 	ETtlsUiCmdMoveUp,
       
    30     ETtlsUiCmdMoveDown,
       
    31 	ETtlsUiCmdViewDetails
       
    32     };
       
    33 
       
    34 enum TEapTtlsUiNotes
       
    35     {
       
    36     TEapTtlsUiGeneralError = 6100
       
    37     };
       
    38 
       
    39 enum TEapTtlsUiLines
       
    40 	{
       
    41 	ETtlsSettingsListBox = 6200
       
    42 	};
       
    43 
       
    44 enum TEapTtlsUiSettingIds
       
    45 	{
       
    46 	ETtlsSettingUserCert=6300,
       
    47 	ETtlsSettingCaCert,
       
    48 	ETtlsSettingUsernameInUseId,
       
    49 	ETtlsSettingUsernameId,
       
    50 	ETtlsSettingRealmInUseId,
       
    51 	ETtlsSettingRealmId,
       
    52 	ETtlsSettingTlsPrivacyId
       
    53 	};
       
    54 
       
    55 enum TEapTtlsUiSettingPageIds
       
    56 	{
       
    57 	ETtlsSettingPageUserCertificates=6400,
       
    58 	ETtlsSettingPageCaCertificates,
       
    59 	ETtlsSettingPageCipherSuites,
       
    60 	ETtlsSettingPageEapTypes,
       
    61 	ETtlsSettingPageSettings
       
    62 	};
       
    63 
       
    64 enum TEapTtlsUiListBoxes
       
    65 	{
       
    66 	ETtlsSettingsUserCertListbox=6500,
       
    67 	ETtlsSettingsCaCertListbox,
       
    68 	ETtlsSettingsCipherSuiteListbox,
       
    69 	ETtlsSettingsEapTypeListbox,
       
    70 	ETtlsSettingsListbox
       
    71 	};
       
    72 
       
    73 enum TEapTtlsSettingItems
       
    74 	{
       
    75 	ETtlsTabSheetSettingsUsernameInUse=6600,
       
    76 	ETtlsTabSheetSettingsUsername,
       
    77 	ETtlsTabSheetSettingsRealmInUse,
       
    78 	ETtlsTabSheetSettingsRealm
       
    79 	};
       
    80 
       
    81 // Constants that are used as page ids
       
    82 // TEapTtlsUiSettingPageIds does not work for this purpose
       
    83 #define KEAPTTLSSETTINGSPAGE 1
       
    84 #define KEAPTTLSEAPPAGE      2
       
    85 #define KEAPTTLSCIPHERPAGE   3
       
    86 
       
    87 #endif  //_EAPTTLSUI_HRH_
       
    88 
       
    89 
       
    90 // End of File