wlansecuritysettings/wpasecuritysettingsui/inc/WPASecuritySettingsUI.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: This file contains declarations for resources of WPASecuritySettingsUI. The file can be included in C++ or resource file. 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef WPASecuritySettingsUI_HRH
       
    20 #define WPASecuritySettingsUI_HRH
       
    21 
       
    22 
       
    23 // Menu command IDs
       
    24 enum TWpaSelectorMenuCommands
       
    25     {
       
    26     EWpaSelCmdChange = 2468
       
    27     };
       
    28 
       
    29 
       
    30 // dialog line IDs
       
    31 enum TWpaSelectorDllDlgLineId 
       
    32     {
       
    33     KWpaMainSettingsListboxId = 3 
       
    34     };
       
    35 
       
    36 
       
    37 
       
    38 
       
    39 // The minimum length of PreSharedKey in ASCII encoding
       
    40 #define EMinLengthOfPreSharedKeyAscii 8
       
    41                                             
       
    42 // The maximum length of PreSharedKey in ASCII encoding
       
    43 #define EMaxLengthOfPreSharedKeyAscii 63
       
    44 
       
    45 // The required length of PreSharedKey in hexadecimal digits
       
    46 #define ELengthOfPreSharedKeyHex 64
       
    47 
       
    48 // The maximum number of bytes occupied by the PSK
       
    49 #define EMaxLengthOfPreSharedKey ELengthOfPreSharedKeyHex
       
    50 
       
    51 
       
    52 #endif      //  WPASecuritySettingsUI_HRH
       
    53 
       
    54 // End of File