wlan_bearer/wlandbif_cd/inc/wdbifwlandefs.h
changeset 0 c40eb8fe8501
equal deleted inserted replaced
-1:000000000000 0:c40eb8fe8501
       
     1 /*
       
     2 * Copyright (c) 2002-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:  Custom CommsDat id's for WLANServiceTable
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 7 %
       
    20 */
       
    21 
       
    22 #ifndef WDBIFDEFS_H
       
    23 #define WDBIFDEFS_H
       
    24 
       
    25 //  CONSTANTS
       
    26 
       
    27 #define WLAN_SECONDARY_SSID                     _S("SecondarySSID")
       
    28 
       
    29 #define WLAN_SEC_SSID_SERVICE_ID                _S("ServiceId")
       
    30 #define WLAN_SEC_SSID_NAME                      _S("SecSSIDName")
       
    31 #define WLAN_SEC_SSID_SCANNED_SSID              _S("ScannedSSID")
       
    32 #define WLAN_SEC_SSID_USED_SSID                 _S("UsedSSID")
       
    33 #define WLAN_SEC_SSID_ID                        _S("SecSSIDID")
       
    34 #define KWlanUserSettings                       1
       
    35 #define WLAN_DEVICE_SETTINGS                    _S("WLANDeviceTable")
       
    36 #define WLAN_DEVICE_SETTINGS_TYPE               _S("WlanDeviceSettingsType")
       
    37 #define WLAN_BG_SCAN_INTERVAL                   _S("WlanBgScanInterval")
       
    38 
       
    39 const TMDBElementId KCDTIdWlanServiceId  = 0x00030000;          //EUint32
       
    40 const TMDBElementId KCDTIdWlanConnMode  = 0x00040000;           //EUint32
       
    41     
       
    42 const TMDBElementId KCDTIdWlanSSID          = 0x00050000;       //EText
       
    43 const TMDBElementId KCDTIdWlanWepKey1       = 0x00060000;       //EDesC8
       
    44 const TMDBElementId KCDTIdWlanWepKey2       = 0x00070000;       //EDesC8
       
    45 const TMDBElementId KCDTIdWlanWepKey3       = 0x00080000;       //EDesC8
       
    46 const TMDBElementId KCDTIdWlanWepKey4       = 0x00090000;       //EDesC8
       
    47 const TMDBElementId KCDTIdWlanWepIndex      = 0x000A0000;       //EUint32
       
    48 const TMDBElementId KCDTIdWlanSecMode       = 0x000B0000;       //EUint32
       
    49 const TMDBElementId KCDTIdWlanAuthMode      = 0x000C0000;       //EUint32
       
    50 const TMDBElementId KCDTIdWlanEnableWpaPsk  = 0x000D0000;       //EUint32
       
    51 const TMDBElementId KCDTIdWlanWpaPreSharedKey  = 0x000E0000;    //EDesC8
       
    52 const TMDBElementId KCDTIdWlanFormatKey1    = 0x00140000;       //EUint32
       
    53 
       
    54 const TMDBElementId KCDTIdWlanWpaKeyLength  = 0x000F0000;       //EUint32
       
    55 const TMDBElementId KCDTIdWlanEaps          = 0x00100000;       //ELongText
       
    56 
       
    57 const TMDBElementId KCDTIdWlanScanSSID         = 0x00110000;    //EBool
       
    58 const TMDBElementId KCDTIdWlanChannelID        = 0x00120000;    //EUint32
       
    59 const TMDBElementId KCDTIdWlanUsedSSID         = 0x00130000;    //EText
       
    60 
       
    61 const TMDBElementId KCDTIdWlanEapsExtEnabled           = 0x00190000;       //EDesC8
       
    62 const TMDBElementId KCDTIdWlanEapsExtDisabled          = 0x001A0000;       //EDesC8
       
    63 
       
    64 #endif  // WDBIFDEFS_H
       
    65 
       
    66 // end of file