wlansecuritysettings/wlaneapsettingsui/EapTls/ConfigUi/inc/EapTlsUi.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 TLS UI hrh file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef _EAPTLSUI_HRH_
       
    20 #define _EAPTLSUI_HRH_
       
    21 
       
    22 enum TEapTlsUiMenuCommands
       
    23     {
       
    24     ETlsUiCmdUndefined = 6000,
       
    25     ETlsUiCmdChange,
       
    26     ETlsUiCmdEnable,
       
    27     ETlsUiCmdDisable,
       
    28 	ETlsUiCmdMoveUp,
       
    29     ETlsUiCmdMoveDown,
       
    30 	ETlsUiCmdViewDetails
       
    31     };
       
    32 
       
    33 enum TEapTlsUiNotes
       
    34     {
       
    35     TEapTlsUiGeneralError = 6100
       
    36     };
       
    37 
       
    38 enum TEapTlsUiLines
       
    39 	{
       
    40 	ETlsSettingsListBox = 6200
       
    41 	};
       
    42 
       
    43 enum TEapTlsUiSettingIds
       
    44 	{
       
    45 	ETlsSettingUsernameInUseId=6300,
       
    46 	ETlsSettingUsernameId,
       
    47 	ETlsSettingRealmInUseId,
       
    48 	ETlsSettingRealmId,
       
    49 	ETlsSettingTlsPrivacyId
       
    50 	};
       
    51 
       
    52 enum TEapTlsUiSettingPageIds
       
    53 	{
       
    54 	ETlsSettingPageSettings=6400,
       
    55 	ETlsSettingPageCipherSuites
       
    56 	};
       
    57 
       
    58 enum TEapTlsUiListBoxes
       
    59 	{
       
    60 	ETlsSettingsUserCertListbox=6500,
       
    61 	ETlsSettingsCaCertListbox,
       
    62 	ETlsSettingsCipherSuiteListbox,
       
    63 	ETlsSettingsEapTypeListbox,
       
    64 	ETlsSettingsListbox
       
    65 	};
       
    66 
       
    67 enum TEapTlsSettingItems
       
    68 	{
       
    69 	ETlsSettingsUserCert=6600,
       
    70 	ETlsSettingsCaCert,
       
    71 	ETlsTabSheetSettingsUsernameInUse,
       
    72 	ETlsTabSheetSettingsUsername,
       
    73 	ETlsTabSheetSettingsRealmInUse,
       
    74 	ETlsTabSheetSettingsRealm
       
    75 	};
       
    76 
       
    77 
       
    78 enum TEapTlsTests
       
    79 	{
       
    80 	ETlsTabSheetTest2=6600,
       
    81 	ETlsTabSheetTest3,
       
    82 	ETlsTabSheetTest4,
       
    83 	ETlsTabSheetTest5,
       
    84 	ETlsTabSheetTest6,
       
    85 	ETlsTabSheetTest7
       
    86 	};
       
    87 	
       
    88 // Constants that are used as page ids
       
    89 // TEapTlsUiSettingPageIds does not work for this purpose
       
    90 #define KEAPTLSSETTINGSPAGE 1
       
    91 #define KEAPTLSCIPHERPAGE   2
       
    92 
       
    93 #endif  //_EAPTLSUI_HRH_
       
    94 
       
    95 
       
    96 // End of File