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