wlan_bearer/wlanldd/wlan_common/umac_common/src/UmacWsaConfigure.cpp
branchRCL_3
changeset 14 13838cf40350
parent 0 c40eb8fe8501
equal deleted inserted replaced
12:af3fb27c7511 14:13838cf40350
     1 /*
     1 /*
     2 * Copyright (c) 2005-2008 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:   Implementation of the WlanWsaConfigure class
    14 * Description:   Implementation of the WlanWsaConfigure class
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 23 %
    19 * %version: 24 %
    20 */
    20 */
    21 
    21 
    22 #include "config.h"
    22 #include "config.h"
    23 #include "UmacWsaConfigure.h"
    23 #include "UmacWsaConfigure.h"
    24 #include "UmacContextImpl.h"
    24 #include "UmacContextImpl.h"
   169             aCtxImpl.WHASettings().iHtCapabilities.iPcoTransTime );
   169             aCtxImpl.WHASettings().iHtCapabilities.iPcoTransTime );
   170         OsTracePrint( KWsaCmdStateDetails, (TUint8*)
   170         OsTracePrint( KWsaCmdStateDetails, (TUint8*)
   171             ("UMAC: WlanWsaConfigure::Entry: iMcsFeedback: %d"), 
   171             ("UMAC: WlanWsaConfigure::Entry: iMcsFeedback: %d"), 
   172             aCtxImpl.WHASettings().iHtCapabilities.iMcsFeedback );
   172             aCtxImpl.WHASettings().iHtCapabilities.iMcsFeedback );
   173         }
   173         }
   174 #endif
   174 #endif    
   175     
       
   176     if ( aCtxImpl.WHASettings().iCapability & WHA::SSettings::KHtOperation )
       
   177         {
       
   178         // wlanpdd indicates HT support. Record that in our BSS Membership
       
   179         // features
       
   180         aCtxImpl.AddBssMembershipFeature( E802Dot11HtPhy );        
       
   181         }
       
   182     }
   175     }
   183 
   176 
   184 // -----------------------------------------------------------------------------
   177 // -----------------------------------------------------------------------------
   185 // 
   178 // 
   186 // -----------------------------------------------------------------------------
   179 // -----------------------------------------------------------------------------