bearermanagement/mpm/inc/mpmcommsdataccess.h
branchRCL_3
changeset 69 cf1b3ddbe9a1
parent 62 bb1f80fb7db2
equal deleted inserted replaced
65:14754bf06654 69:cf1b3ddbe9a1
   298         * whether IAP is WLAN or Easy WLAN
   298         * whether IAP is WLAN or Easy WLAN
   299         */
   299         */
   300         TWlanIapType CheckWlanL( TUint32 aIapId ) const;
   300         TWlanIapType CheckWlanL( TUint32 aIapId ) const;
   301 
   301 
   302         /**
   302         /**
   303         * Checks if given IAP is TUN driver IAP.
       
   304         * @since S^3
       
   305         * @param aIapId IAP Id.
       
   306         * @return True if given IAP is TUN driver IAP, false otherwise.
       
   307         */
       
   308 		TBool IsTunDriverIap( TUint32 aIapId ) const;
       
   309 
       
   310         /**
       
   311         * Removes categorised IAPs from the list of available IAPs.
   303         * Removes categorised IAPs from the list of available IAPs.
   312         * @since 3.2
   304         * @since 3.2
   313         * @param aIAPList List of IAPs
   305         * @param aIAPList List of IAPs
   314         */
   306         */
   315         void RemoveCategorisedIapsL( RAvailableIAPList& aIAPList );
   307         void RemoveCategorisedIapsL( RAvailableIAPList& aIAPList );