wlansecuritysettings/wlaneapsettingsui/EapPeap/ConfigUi/inc/EapPeapUi.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 PEAP UI hrh file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef _EAPPEAPUI_HRH_
       
    20 #define _EAPPEAPUI_HRH_
       
    21 
       
    22 enum TEapPeapUiMenuCommands
       
    23     {
       
    24     EPeapUiCmdUndefined = 6000,
       
    25     EPeapUiCmdChange,
       
    26     EPeapUiCmdEnable,
       
    27     EPeapUiCmdDisable,
       
    28     EPeapUiCmdConfigure,
       
    29 	EPeapUiCmdMoveUp,
       
    30     EPeapUiCmdMoveDown,
       
    31 	EPeapUiCmdViewDetails
       
    32     };
       
    33 
       
    34 enum TEapPeapUiNotes
       
    35     {
       
    36     TEapPeapUiGeneralError = 6100
       
    37     };
       
    38 
       
    39 enum TEapPeapUiLines
       
    40 	{
       
    41 	EPeapSettingsListBox = 6200
       
    42 	};
       
    43 
       
    44 enum TEapPeapUiSettingIds
       
    45 	{
       
    46 	EPeapSettingUserCert=6300,
       
    47 	EPeapSettingCaCert,
       
    48 	EPeapSettingUsernameInUseId,
       
    49 	EPeapSettingUsernameId,
       
    50 	EPeapSettingRealmInUseId,
       
    51 	EPeapSettingRealmId,
       
    52 	EPeapSettingTlsPrivacyId
       
    53 	};
       
    54 
       
    55 enum TEapPeapUiSettingPageIds
       
    56 	{
       
    57 	EPeapSettingPageUserCertificates=6400,
       
    58 	EPeapSettingPageCaCertificates,
       
    59 	EPeapSettingPageCipherSuites,
       
    60 	EPeapSettingPageEapTypes,
       
    61 	EPeapSettingPageSettings
       
    62 	};
       
    63 
       
    64 enum TEapPeapUiListBoxes
       
    65 	{
       
    66 	EPeapSettingsUserCertListbox=6500,
       
    67 	EPeapSettingsCaCertListbox,
       
    68 	EPeapSettingsCipherSuiteListbox,
       
    69 	EPeapSettingsEapTypeListbox,
       
    70 	EPeapSettingsListbox
       
    71 	};
       
    72 
       
    73 enum TEapPeapSettingItems
       
    74 	{
       
    75 	EPeapTabSheetSettingsUsernameInUse=6600,
       
    76 	EPeapTabSheetSettingsUsername,
       
    77 	EPeapTabSheetSettingsRealmInUse,
       
    78 	EPeapTabSheetSettingsRealm
       
    79 	};
       
    80 	
       
    81 // Constants that are used as page ids
       
    82 // TEapPeapUiSettingPageIds does not work for this purpose
       
    83 #define KEAPPEAPSETTINGSPAGE 1
       
    84 #define KEAPPEAPEAPPAGE      2
       
    85 #define KEAPPEAPCIPHERPAGE   3
       
    86 
       
    87 
       
    88 
       
    89 #endif  //_EAPPEAPUI_HRH_
       
    90 
       
    91 // End of File