wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacContextImpl.inl
changeset 17 41a8eba36f74
parent 13 ab7247ff6ef9
child 21 af3fb27c7511
child 25 a0fdcd0e4c56
--- a/wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacContextImpl.inl	Fri Apr 16 16:56:12 2010 +0300
+++ b/wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacContextImpl.inl	Mon May 03 14:14:02 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;