wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacDot11Associated.h
changeset 35 5e6ba967244f
parent 0 c40eb8fe8501
--- a/wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacDot11Associated.h	Fri Jun 11 15:34:34 2010 +0300
+++ b/wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacDot11Associated.h	Wed Jun 23 20:17:42 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 46 %
+* %version: 47 %
 */
 
 #ifndef WLANDOT11ASSOCIATED_H
@@ -511,37 +511,6 @@
         TBool aMulticastData );            
 
     /**
-    * Adds a multicast MAC address and starts to filter (Rx) multicast 
-    * traffic sent to any other MAC addresses than those that have been 
-    * specified using this method
-    * @param aCtxImpl statemachine context
-    * @param aMacAddr The address to be added
-    * @return ETrue if a state change occurred in the state machine 
-    *         EFalse otherwise
-    */
-    virtual TBool AddMulticastAddr(
-        WlanContextImpl& aCtxImpl,
-        const TMacAddress& aMacAddr );
-        
-    /**
-    * Removes a multicast MAC address from multicast (Rx) filtering
-    * configuration. So any packet that we receive and which has been sent
-    * to the multicast address in question is not accepted any more (i.e. 
-    * it is filtered).
-    * However, if there are no addresses left in the multicast (Rx) filtering
-    * configuration after this remove, the multicast filtering is disabled
-    * and all (otherwise acceptable) multicast packets are accepted again.
-    * @param aCtxImpl statemachine context
-    * @param aMacAddr The address to be removed
-    * @return ETrue if a state change occurred in the state machine 
-    *         EFalse otherwise
-    */
-    virtual TBool RemoveMulticastAddr(
-        WlanContextImpl& aCtxImpl,
-        TBool aRemoveAll,
-        const TMacAddress& aMacAddr );
-
-    /**
      * From MWlanUserEvent
      * Add/set (or replace) a broadcast WEP key
      *
@@ -582,16 +551,6 @@
             TUint32 aMaxTxMSDULifetime );
         
     /**
-    * Sets the WHA::KMibDot11GroupAddressesTable MIB
-    * 
-    * @param aCtxImpl statemachine context
-    * @return ETrue if a state change occurred in the state machine 
-    *         EFalse otherwise
-    */
-    TBool SetGroupAddressesTableMib(
-        WlanContextImpl& aCtxImpl );
-
-    /**
     * If the power mgmt mode needs to be changed - based on 
     * aPowerMgmtModeChange - proceeds with the necessary actions
     *