diff options
Diffstat (limited to 'ui/qt5/netsimplewifipage.hh')
-rw-r--r-- | ui/qt5/netsimplewifipage.hh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ui/qt5/netsimplewifipage.hh b/ui/qt5/netsimplewifipage.hh index 59fd12b..cb49cf9 100644 --- a/ui/qt5/netsimplewifipage.hh +++ b/ui/qt5/netsimplewifipage.hh @@ -38,25 +38,26 @@ public: bool validatePage(); private: QLabel *statusLabel; - QPushButton *rescanButton; + QPushButton *addNetButton; QListWidget *ssidListView; QLineEdit *passphrase; - void doScan(); void networkChosen(QListWidgetItem*, QListWidgetItem*); - void scanDone(QString message); #ifdef HAS_INSTALL_ENV wpactrl_t control; wpactrl_xchg_t exchange; wpactrl_xchgitem_t exchange_item; + QPushButton *rescanButton; QSocketNotifier *notify, *connNotify; QProgressDialog *dialog; bool associated; void associate(); + void doScan(); void processAssociateMessage(int); + void scanDone(QString message); int processScan(wpactrl_t *, const char *, size_t); friend int scanResults(wpactrl_t *, char const *, size_t, void *, tain_t *); #endif /* HAS_INSTALL_ENV */ |