wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacContextImpl.inl
branchRCL_3
changeset 7 0abc8c98be24
parent 3 6524e815f76f
child 12 af3fb27c7511
--- a/wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacContextImpl.inl	Mon Mar 15 12:46:48 2010 +0200
+++ b/wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacContextImpl.inl	Thu Apr 01 00:29:25 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 76 %
+* %version: 77 %
 */
 
 #include "umacconnectcontext.h"
@@ -256,6 +256,24 @@
 // 
 // ---------------------------------------------------------------------------
 //
+inline void WlanContextImpl::FeaturesAllowed( TWlanFeatures aFeaturesAllowed )
+    {
+    iAllowedWlanFeatures = aFeaturesAllowed;
+    }
+
+// ---------------------------------------------------------------------------
+// 
+// ---------------------------------------------------------------------------
+//
+inline TWlanFeatures WlanContextImpl::FeaturesAllowed() const
+    {
+    return iAllowedWlanFeatures;
+    }
+
+// ---------------------------------------------------------------------------
+// 
+// ---------------------------------------------------------------------------
+//
 inline void WlanContextImpl::Aid( const TUint32 aAid )
     {
     iConnectContext.iAid = aAid;