cmmanager/cmmgr/Plugins/cmpluginwlan/inc/cmwlancommonconstants.h
changeset 20 9c97ad6591ae
parent 18 fcbbe021d614
child 21 b8e8e15e80f2
child 23 7ec726f93df1
child 28 860702281757
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
     1 /*
       
     2 * Copyright (c) 2006 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 "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:  commonly used constants for the WLAN plugin
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef CMWLANCOMMONCONSTANTS_H
       
    19 #define CMWLANCOMMONCONSTANTS_H
       
    20 
       
    21 // CONSTANTS
       
    22 _LIT( KPluginWlanResDirAndFileName, "z:cmwlanui.rsc" );
       
    23 _LIT( KEmptyAddress, "http://" );
       
    24 
       
    25 /// 'Dynamic' IP address to use in comparisons
       
    26 _LIT( KDynIpAddress, "0.0.0.0" );
       
    27 
       
    28 _LIT( KDynIpv6Address, "0:0:0:0:0:0:0:0" );
       
    29 
       
    30 const TInt KCmArrayGranularity = 10;
       
    31 const TInt KCmAdhocChannelMaxLength = 2;
       
    32 const TInt KCmAdhocChannelMinValue = 1;
       
    33 const TInt KCmAdhocChannelDefaultValue = 7;
       
    34 const TInt KCmAdhocChannelMaxValue = 11;
       
    35 const TInt KCmWlanNWNameMaxLength = 32;
       
    36 
       
    37 #endif  // CMWLANCOMMONCONSTANTS_H