ipcm_plat/connection_settings_shim_api/inc/cmmanagerdefines_shim.h
changeset 27 489cf6208544
parent 23 7ec726f93df1
child 32 5c4486441ae6
child 46 95d45f234cf3
equal deleted inserted replaced
23:7ec726f93df1 27:489cf6208544
     1 /*
     1 /*
     2  * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3  * All rights reserved.
     3 * All rights reserved.
     4  * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5  * under the terms of "Eclipse Public License v1.0""
     5 * under the terms of "Eclipse Public License v1.0"
     6  * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8  *
     8 *
     9  * Initial Contributors:
     9 * Initial Contributors:
    10  * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11  *
    11 *
    12  * Contributors:
    12 * Contributors:
    13  *
    13 *
    14  * Description:  
    14 * Description:  
    15  * Defines for data types and attributes used in CmManagerShim interface.
    15 * Defines for data types and attributes used in CmManagerShim interface.
    16  */
    16 */
    17 
    17 
    18 #ifndef CMMANAGERDEFINES_SHIM_H
    18 #ifndef CMMANAGERDEFINES_SHIM_H
    19 #define CMMANAGERDEFINES_SHIM_H
    19 #define CMMANAGERDEFINES_SHIM_H
    20 
    20 
    21 // System includes
    21 // System includes
   218         //!  From TConnectionMethodWlanSpecificAttributes in cmpluginwlandef.h
   218         //!  From TConnectionMethodWlanSpecificAttributes in cmpluginwlandef.h
   219         WlanSecurityMode                = CMManager::EWlanSecurityMode,
   219         WlanSecurityMode                = CMManager::EWlanSecurityMode,
   220         //!  From TConnectionMethodWlanSpecificAttributes in cmpluginwlandef.h
   220         //!  From TConnectionMethodWlanSpecificAttributes in cmpluginwlandef.h
   221         WlanScanSSID                    = CMManager::EWlanScanSSID,
   221         WlanScanSSID                    = CMManager::EWlanScanSSID,
   222         //!  From TConnectionMethodWlanSpecificAttributes in cmpluginwlandef.h
   222         //!  From TConnectionMethodWlanSpecificAttributes in cmpluginwlandef.h
       
   223         WlanChannelID                   = CMManager::EWlanChannelID,
       
   224         //!  From TConnectionMethodWlanSpecificAttributes in cmpluginwlandef.h
   223         WlanWepKey1InHex                = CMManager::EWlanWepKey1InHex,
   225         WlanWepKey1InHex                = CMManager::EWlanWepKey1InHex,
   224         //!  From TConnectionMethodWlanSpecificAttributes in cmpluginwlandef.h
   226         //!  From TConnectionMethodWlanSpecificAttributes in cmpluginwlandef.h
   225         WlanWepKey2InHex                = CMManager::EWlanWepKey2InHex,
   227         WlanWepKey2InHex                = CMManager::EWlanWepKey2InHex,
   226         //!  From TConnectionMethodWlanSpecificAttributes in cmpluginwlandef.h
   228         //!  From TConnectionMethodWlanSpecificAttributes in cmpluginwlandef.h
   227         WlanWepKey3InHex                = CMManager::EWlanWepKey3InHex,
   229         WlanWepKey3InHex                = CMManager::EWlanWepKey3InHex,