wlan_bearer/wlanldd/wlan_common/umac_common/inc/umacdot11infrastructurenormalmode.h
branchRCL_3
changeset 14 13838cf40350
parent 0 c40eb8fe8501
equal deleted inserted replaced
12:af3fb27c7511 14:13838cf40350
     1 /*
     1 /*
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-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 the License "Eclipse Public License v1.0"
     5 * under the terms of the License "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:   Declaration of the WlanDot11InfrastructureNormalMode class.
    14 * Description:   Declaration of the WlanDot11InfrastructureNormalMode class.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 10 %
    19 * %version: 11 %
    20 */
    20 */
    21 
    21 
    22 #ifndef C_WLANDOT11INFRASTRUCTURENORMALMODE_H
    22 #ifndef C_WLANDOT11INFRASTRUCTURENORMALMODE_H
    23 #define C_WLANDOT11INFRASTRUCTURENORMALMODE_H
    23 #define C_WLANDOT11INFRASTRUCTURENORMALMODE_H
    24 
    24 
    51     * @return ETrue if state change occurred, EFalse otherwise
    51     * @return ETrue if state change occurred, EFalse otherwise
    52     */
    52     */
    53     virtual TBool ChangePowerMgmtMode( 
    53     virtual TBool ChangePowerMgmtMode( 
    54         WlanContextImpl& aCtxImpl );  
    54         WlanContextImpl& aCtxImpl );  
    55         
    55         
       
    56     /**
       
    57     * Indicates that the WLAN device has detected problems in the power
       
    58     * save mode operation of the AP
       
    59     * 
       
    60     * @param aCtxImpl global statemachine context
       
    61     * @return ETrue if a state change occurred in the state machine
       
    62     *         EFalse otherwise
       
    63     */
       
    64     virtual void DoPsModeErrorIndication( WlanContextImpl& aCtxImpl );
       
    65     
    56     /**
    66     /**
    57     * Active to Light PS timer timeout function
    67     * Active to Light PS timer timeout function
    58     *
    68     *
    59     * @since S60 v5.1
    69     * @since S60 v5.1
    60     * @param aCtxImpl statemachine context
    70     * @param aCtxImpl statemachine context