wlan_plat/wlan_management_api/inc/wlanerrorcodes.h
branchRCL_3
changeset 17 a828660c511c
parent 0 c40eb8fe8501
child 18 d3d7683d16f5
equal deleted inserted replaced
16:5fb7af913dfd 17:a828660c511c
     1 /*
     1 /*
     2 * Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-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".
    14 * Description:  WLAN-specific error code definitions.
    14 * Description:  WLAN-specific error code definitions.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 5 %
    19 * %version: 7 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WLANERRORCODES_H
    22 #ifndef WLANERRORCODES_H
    23 #define WLANERRORCODES_H
    23 #define WLANERRORCODES_H
    24 
    24 
   275 /**
   275 /**
   276  * PAC store corrupted. Reset PAC store and perform provisioning again.
   276  * PAC store corrupted. Reset PAC store and perform provisioning again.
   277  * @ingroup rconn_cfg
   277  * @ingroup rconn_cfg
   278  */
   278  */
   279 const TInt KErrWlanEapFastPacStoreCorrupted                           = -30234;
   279 const TInt KErrWlanEapFastPacStoreCorrupted                           = -30234;
       
   280 /**
       
   281  * The received request cannot be serviced as WLAN is OFF. In typical case
       
   282  * WLAN is OFF because the end-user has set it OFF from WLAN UI.
       
   283  * @ingroup rconn_cfg
       
   284  */
       
   285 const TInt KErrWlanOff                                                = -30235;
       
   286 /**
       
   287  * The received request cannot be serviced as WLAN is forcibly disabled.
       
   288  * In typical case the Device Management has disabled WLAN based on operator
       
   289  * configuration.
       
   290  * @ingroup rconn_cfg
       
   291  */
       
   292 const TInt KErrWlanForceOff                                           = -30236;
   280 
   293 
   281 /**
   294 /**
   282  * @} 
   295  * @} 
   283  */
   296  */
   284 
   297