wlanutilities/wlansniffer/engine/server/inc/wsfwlanbearerconnectionmonitor.h
branchRCL_3
changeset 20 a9524956f6b5
parent 11 8b0eae1b1d71
--- a/wlanutilities/wlansniffer/engine/server/inc/wsfwlanbearerconnectionmonitor.h	Wed Jun 09 10:53:40 2010 +0300
+++ b/wlanutilities/wlansniffer/engine/server/inc/wsfwlanbearerconnectionmonitor.h	Mon Jun 21 16:55:05 2010 +0300
@@ -36,6 +36,7 @@
 //  FORWARD DECLARATIONS
 class MWsfWlanMonitorObserver;
 class MWsfServerCloserAdapter;
+class CWsfIct;
 
 
 //  CLASS DEFINITION
@@ -150,9 +151,14 @@
         /*
         * Connects to the given IAP
         * @since S60 5.0
+        * @param aIapId WLAN IAP id to connect to.
+        * @param aConnectOnly ETrue if Connect selected
+        * @param aTestAccessPoint ETrue if accesspoint needs testing
         * @return KErrNone on success, error code otherwise
         */
-        TInt ConnectBearer( TUint32 aIapId );
+        TInt ConnectBearer( TUint32 aIapId,
+                            TBool aConnectOnly,
+                            TBool aTestAccessPoint );
 
         /*
         * Disconnects active connection
@@ -401,6 +407,11 @@
         */
         MWsfServerCloserAdapter& iServerCloser;
         
+        /**
+        * Reference to ICT handler
+        */
+        CWsfIct* iIct;
+        
     };