wlanutilities/wlansniffer/mainapplication/inc/wsfmaincontroller.h
branchRCL_3
changeset 11 8b0eae1b1d71
parent 3 ff3b37722600
equal deleted inserted replaced
10:dff6ebfd236f 11:8b0eae1b1d71
   251         void ScanEnabledL();
   251         void ScanEnabledL();
   252         
   252         
   253         /**
   253         /**
   254         * A WLAN connection has been established
   254         * A WLAN connection has been established
   255         * @since S60 5.0
   255         * @since S60 5.0
   256         * @param aAccesspointName The name of the active connection
   256         */
   257         */
   257         void WlanConnectionActivatedL();
   258         void WlanConnectionActivatedL( const TDesC& aAccessPointName );
       
   259         
   258         
   260         /**
   259         /**
   261         * A WLAN connection has been closed
   260         * A WLAN connection has been closed
   262         * @since S60 5.0
   261         * @since S60 5.0
   263         */
   262         */
   278         * @param aPtr Pointer for this class
   277         * @param aPtr Pointer for this class
   279         */
   278         */
   280         static void ReleaseSuppressingKeyEvents( TAny* aPtr );
   279         static void ReleaseSuppressingKeyEvents( TAny* aPtr );
   281         
   280         
   282         /**
   281         /**
       
   282         * Cleanup function to restore refresh state
       
   283         * @since S60 5.2
       
   284         * @param aPtr Pointer for this class
       
   285         */
       
   286         static void RestoreRefreshState( TAny* aPtr );
       
   287         
       
   288         /**
   283         * Updates iap id to wlan list
   289         * Updates iap id to wlan list
   284         * @since S60 5.2
   290         * @since S60 5.2
   285         * @param aInfo reference of TWsfWlanInfo class
   291         * @param aInfo reference of TWsfWlanInfo class
   286         */
   292         */
   287         void UpdateIapIdToInfoArray( TWsfWlanInfo & aInfo );
   293         void UpdateIapIdToInfoArrayL( TWsfWlanInfo & aInfo );
   288         
   294         
   289     private:    // Data
   295     private:    // Data
   290 
   296 
   291         /**
   297         /**
   292         * Reference to AppUi
   298         * Reference to AppUi