ipcm_plat/commsdat_wlan_api/inc/cmmanagertablefields.h
changeset 0 5a93021fdf25
child 2 086aae6fc07e
equal deleted inserted replaced
-1:000000000000 0:5a93021fdf25
       
     1 /*
       
     2 * Copyright (c) 2004 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:  table field definitions
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef TABLE_FIELDS_H
       
    21 #define TABLE_FIELDS_H
       
    22 
       
    23 
       
    24 // INCLUDES
       
    25 #include <e32base.h>
       
    26 #include <Metadatabase.h>
       
    27 #include <WlanCdbCols.h>
       
    28 #include <CommsDatTypesV1_1.h>
       
    29 
       
    30 using namespace CommsDat;
       
    31 
       
    32 // FORWARD DECLARATIONS
       
    33 
       
    34 // CONSTANTS
       
    35 
       
    36 // WLAN Service Table
       
    37 const TMDBElementId KCDTIdWlanServiceId        = 0x00030000;
       
    38 const TMDBElementId KCDTIdWlanConnMode         = 0x00040000;
       
    39    
       
    40 const TMDBElementId KCDTIdWlanSSID             = 0x00050000;
       
    41 const TMDBElementId KCDTIdWlanWepKey1          = 0x00060000;
       
    42 const TMDBElementId KCDTIdWlanWepKey2          = 0x00070000;
       
    43 const TMDBElementId KCDTIdWlanWepKey3          = 0x00080000;
       
    44 const TMDBElementId KCDTIdWlanWepKey4          = 0x00090000;
       
    45 const TMDBElementId KCDTIdWlanWepIndex         = 0x000A0000;
       
    46 const TMDBElementId KCDTIdWlanSecMode          = 0x000B0000;
       
    47 const TMDBElementId KCDTIdWlanAuthMode         = 0x000C0000;
       
    48 const TMDBElementId KCDTIdWlanEnableWpaPsk     = 0x000D0000;
       
    49 const TMDBElementId KCDTIdWlanWpaPreSharedKey  = 0x000E0000;
       
    50 
       
    51 const TMDBElementId KCDTIdWlanWpaKeyLength     = 0x000F0000;
       
    52 const TMDBElementId KCDTIdWlanEaps             = 0x00100000;
       
    53 const TMDBElementId KCDTIdWlanScanSSID         = 0x00110000;
       
    54 const TMDBElementId KCDTIdWlanChannelID        = 0x00120000;
       
    55 const TMDBElementId KCDTIdWlanUsedSSID         = 0x00130000;
       
    56 const TMDBElementId KCDTIdWlanFormatKey1       = 0x00140000;
       
    57 const TMDBElementId KCDTIdWlanFormatKey2       = 0x00150000;
       
    58 const TMDBElementId KCDTIdWlanFormatKey3       = 0x00160000;
       
    59 const TMDBElementId KCDTIdWlanFormatKey4       = 0x00170000;
       
    60 
       
    61 const TMDBElementId KCDTIdWlanAllowSSIDRoaming = 0x00180000;
       
    62 
       
    63 const TMDBElementId KCDTIdWlanEnabledEaps      = 0x00190000;
       
    64 const TMDBElementId KCDTIdWlanDisabledEaps     = 0x001A0000;
       
    65 
       
    66 
       
    67 // WLAN Device Settings Table
       
    68 const TMDBElementId KCDTIdTableVersion              = 0x00030000;
       
    69 
       
    70 const TMDBElementId KCDTIdWlanDeviceSettingsType    = 0x00040000;
       
    71 const TMDBElementId KCDTIdBgScanInterval            = 0x00050000;
       
    72 
       
    73 const TMDBElementId KCDTIdUseDefaultSettings        = 0x00060000;
       
    74 const TMDBElementId KCDTIdWlanLongRetry             = 0x00070000;
       
    75 const TMDBElementId KCDTIdWlanShortRetry            = 0x00080000;
       
    76 const TMDBElementId KCDTIdWlanRTSThreshold          = 0x00090000;
       
    77 const TMDBElementId KCDTIdTxPowerLevel              = 0x000A0000;
       
    78 const TMDBElementId KCDTIdAllowRadioMeasurements    = 0x000B0000;
       
    79 const TMDBElementId KCDTIdWlanPowerMode             = 0x000C0000;
       
    80 
       
    81 const TMDBElementId KCDTIdSavedBgScanInterval       = 0x000D0000;
       
    82 
       
    83 // WLAN Secondary SSID Table
       
    84 const TMDBElementId KCDTIdWlanSecSSIDServiceId      = 0x00030000;
       
    85 const TMDBElementId KCDTIdWlanSecSSIDName           = 0x00040000;
       
    86 
       
    87 const TMDBElementId KCDTIdWlanSecSSIDScannedSSID    = 0x00050000;
       
    88 const TMDBElementId KCDTIdWlanSecSSIDUsedSSID       = 0x00060000;
       
    89 const TMDBElementId KCDTIdWlanSecSSIDId             = 0x00070000;
       
    90 
       
    91 // WLAN Destination Network Table
       
    92 const TMDBElementId KCDTIdDestNwShowRoaming         = 0x00030000;
       
    93 const TMDBElementId KCDTIdDestNwAccessNwId          = 0x00040000;
       
    94 
       
    95 //Default Connection
       
    96 const CommsDat::TMDBElementId KCDTIdDefConnType         = 0x00120000;
       
    97 const CommsDat::TMDBElementId KCDTIdDefConnUid          = 0x00130000;
       
    98 const CommsDat::TMDBElementId KCDTIdUsageOfWlan         = 0x00150000;
       
    99 const CommsDat::TMDBElementId KCDTIdSeamlessnessHome    = 0x00170000;
       
   100 const CommsDat::TMDBElementId KCDTIdSeamlessnessVisitor = 0x00180000;
       
   101 
       
   102 #endif      // TABLE_FIELDS_H
       
   103 
       
   104 // End of File.