wlanutilities/wlansniffer/model/inc/wsfmodel.h
branchRCL_3
changeset 18 981afc7d3841
parent 15 dff6ebfd236f
child 44 a9524956f6b5
equal deleted inserted replaced
16:8b0eae1b1d71 18:981afc7d3841
   308         */
   308         */
   309         IMPORT_C void RefreshScan( TPckgBuf<TBool>& aPckg, 
   309         IMPORT_C void RefreshScan( TPckgBuf<TBool>& aPckg, 
   310                                    TRequestStatus& aStatus );
   310                                    TRequestStatus& aStatus );
   311         
   311         
   312         /**
   312         /**
       
   313         * Closes helper application if it is launched 
       
   314         * @since S60 5.2
       
   315         * @return ETrue if helper application task was closed
       
   316         */
       
   317         IMPORT_C TBool CloseHelperApplication();
       
   318         
       
   319         /**
   313         * Launches and helper application to create an accesspoint 
   320         * Launches and helper application to create an accesspoint 
   314         * @since S60 5.0
   321         * @since S60 5.2
   315         * @param aWlanInfo The WlanInfo object to be passed to the helper app
   322         * @param aWlanInfo The WlanInfo object to be passed to the helper app
   316         * @param aConnecting ETrue if default connection is used, EFalse otherwise.
   323         */
   317         * @param aConnectOnly ETrue if the helper app is expected to connect 
   324         IMPORT_C void LaunchHelperApplicationL( TWsfWlanInfo& aWlanInfo );
   318         *                    only, EFalse if it should also launch the browser 
       
   319         *                    on successful connection.
       
   320         */
       
   321         IMPORT_C void LaunchHelperApplicationL( TWsfWlanInfo& aWlanInfo,
       
   322                                                 TBool aConnecting,
       
   323                                                 TBool aConnectOnly );
       
   324         
   325         
   325         /**
   326         /**
   326         * Cancel notify events from server
   327         * Cancel notify events from server
   327         * @since S60 5.0
   328         * @since S60 5.0
   328         */
   329         */