securitysettings/cpwlansecurityuiplugins/cpwepui/inc/wlansecuritycontrolpanelwepdefs.h
branchGCC_SURGE
changeset 40 60f08993dad0
parent 29 77618ad58aba
parent 39 fe6b6762fccd
equal deleted inserted replaced
29:77618ad58aba 40:60f08993dad0
     1 /*
       
     2 * Copyright (c) 2010 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: 
       
    15 *    Control Panel QT UI for WEP configuration definitions
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef WLANSECURITYCONTROLPANELWEPDEFS_H_
       
    20 #define WLANSECURITYCONTROLPANELWEPDEFS_H_
       
    21 
       
    22 
       
    23 //! Index of first WEP key
       
    24 static const int KFirstKey = 0;
       
    25 
       
    26 //! Index of second WEP key
       
    27 static const int KSecondKey = 1;
       
    28 
       
    29 //! Index of third WEP key
       
    30 static const int KThirdKey = 2;
       
    31 
       
    32 //! Index of fourth WEP key
       
    33 static const int KFourthKey = 3;
       
    34 
       
    35 //Maximum Number of Keys for WEP
       
    36 static const int KMaxNumberofKeys =  4;
       
    37 
       
    38 #endif /* WLANSECURITYCONTROLPANELWEPDEFS_H_ */