wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugin.h
branchRCL_3
changeset 12 981afc7d3841
parent 11 8b0eae1b1d71
child 13 858c6c491d0e
equal deleted inserted replaced
11:8b0eae1b1d71 12:981afc7d3841
   161         */
   161         */
   162         void PublishContentL( CArrayFix<TInt>* aPublishIconArray,
   162         void PublishContentL( CArrayFix<TInt>* aPublishIconArray,
   163                               CEikLabel* aText1 );
   163                               CEikLabel* aText1 );
   164         
   164         
   165         /**
   165         /**
   166         * Sets signal strenght and the security string
       
   167         * @since S60 5.0  
       
   168         * @param aStrength siganl strength string
       
   169         * @param aSecure security string
       
   170         */
       
   171         void SetStrengthAndSecure( TDesC* aStrength, TDesC* aSecure );
       
   172         
       
   173         /**
       
   174         * Sets Scanning status on/off.
   166         * Sets Scanning status on/off.
   175         * @since S60 5.0
   167         * @since S60 5.0
   176         * @param aScanState Scanning satus flag
   168         * @param aScanState Scanning satus flag
   177         */
   169         */
   178         void SetScanningState( TBool aScanState );
   170         void SetScanningState( TBool aScanState );
   307         * Own.
   299         * Own.
   308         */
   300         */
   309         CWsfAiView* iUi;
   301         CWsfAiView* iUi;
   310    
   302    
   311         /**
   303         /**
   312         * The database observer obseving changes in
   304         * The database observer observing changes in
   313         * show WLAN availablity
   305         * show WLAN availablity
   314         */
   306         */
   315         CWsfDbObserver* iDbObserver;
   307         CWsfDbObserver* iDbObserver;
   316         
   308         
   317         /**
   309         /**
   318         * The resource file offset
   310         * The resource file offset
   319         */
   311         */
   320         TInt iResourceFileOffset;
   312         TInt iResourceFileOffset;
   321     
       
   322         /**
       
   323         * Constants for Signal Strength text
       
   324         * Own.
       
   325         */
       
   326         HBufC* iCurrentSignalStrength;
       
   327     
       
   328         /**
       
   329         * Constants for Secure Information text
       
   330         * Own.
       
   331         */
       
   332         HBufC* iCurrentSecureInfo;
       
   333     
       
   334         /**
       
   335         * Constants for Title text
       
   336         * Own.
       
   337         */
       
   338         HBufC* iWlanTitle;
       
   339     
   313     
   340         /**
   314         /**
   341         * Constants for MSK activate text
   315         * Constants for MSK activate text
   342         * Own.
   316         * Own.
   343         */
   317         */