wlanutilities/wlansniffer/wlansnifferapplication/inc/wlansnifferengine.h
changeset 46 2fbd1d709fe7
parent 38 2dc6da6fb431
equal deleted inserted replaced
45:d9ec2b8c6bad 46:2fbd1d709fe7
   116     Q_DISABLE_COPY(WlanSnifferEngine)
   116     Q_DISABLE_COPY(WlanSnifferEngine)
   117 
   117 
   118 private slots:
   118 private slots:
   119 
   119 
   120     void updateSetting(const XQSettingsKey &key, const QVariant &value);
   120     void updateSetting(const XQSettingsKey &key, const QVariant &value);
       
   121     
       
   122     void handleWlanScanReady(int status);
   121 
   123 
   122 private: // data
   124 private: // data
   123 
   125 
   124     // Not owned data
   126     // Not owned data
   125 
   127 
   135     static const int scanTimerInterval = 10000;
   137     static const int scanTimerInterval = 10000;
   136 
   138 
   137     //! WLAN scan timer ID
   139     //! WLAN scan timer ID
   138     int mScanTimerId;                           
   140     int mScanTimerId;                           
   139     
   141     
       
   142     //! TRUE if scanning has been enabled
       
   143     bool mScanEnabled;
       
   144     
   140     //! TRUE if embedded
   145     //! TRUE if embedded
   141     bool mEmbedded;                             
   146     bool mEmbedded;                             
   142     
   147     
   143     //! WLAN Qt Utils instance
   148     //! WLAN Qt Utils instance
   144     QSharedPointer<WlanQtUtils> mWlanQtUtils;
   149     QSharedPointer<WlanQtUtils> mWlanQtUtils;