wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacContextImpl.inl
changeset 17 41a8eba36f74
parent 13 ab7247ff6ef9
child 21 af3fb27c7511
child 25 a0fdcd0e4c56
equal deleted inserted replaced
14:00032b836e76 17:41a8eba36f74
    14 * Description:   Implementation of WlanContextImpl inline methods.
    14 * Description:   Implementation of WlanContextImpl inline methods.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 76 %
    19 * %version: 77 %
    20 */
    20 */
    21 
    21 
    22 #include "umacconnectcontext.h"
    22 #include "umacconnectcontext.h"
    23 
    23 
    24 // ---------------------------------------------------------------------------
    24 // ---------------------------------------------------------------------------
   248 // ---------------------------------------------------------------------------
   248 // ---------------------------------------------------------------------------
   249 //
   249 //
   250 inline TMacAddress& WlanContextImpl::GetBssId() 
   250 inline TMacAddress& WlanContextImpl::GetBssId() 
   251     {
   251     {
   252     return iConnectContext.iBSSID;
   252     return iConnectContext.iBSSID;
       
   253     }
       
   254 
       
   255 // ---------------------------------------------------------------------------
       
   256 // 
       
   257 // ---------------------------------------------------------------------------
       
   258 //
       
   259 inline void WlanContextImpl::FeaturesAllowed( TWlanFeatures aFeaturesAllowed )
       
   260     {
       
   261     iAllowedWlanFeatures = aFeaturesAllowed;
       
   262     }
       
   263 
       
   264 // ---------------------------------------------------------------------------
       
   265 // 
       
   266 // ---------------------------------------------------------------------------
       
   267 //
       
   268 inline TWlanFeatures WlanContextImpl::FeaturesAllowed() const
       
   269     {
       
   270     return iAllowedWlanFeatures;
   253     }
   271     }
   254 
   272 
   255 // ---------------------------------------------------------------------------
   273 // ---------------------------------------------------------------------------
   256 // 
   274 // 
   257 // ---------------------------------------------------------------------------
   275 // ---------------------------------------------------------------------------