summaryrefslogtreecommitdiff
path: root/ui/qt5/netsimplewifipage.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-05-17 04:25:53 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-05-17 04:25:53 -0500
commit79e6d2ee367db0c47f4a92816e908c65097df749 (patch)
tree5c395ec513e759ad87b04dd810b8f5d21041911c /ui/qt5/netsimplewifipage.hh
parent309351017d15c755940da0bba1b8c3bf6bae40b8 (diff)
downloadhorizon-79e6d2ee367db0c47f4a92816e908c65097df749.tar.gz
horizon-79e6d2ee367db0c47f4a92816e908c65097df749.tar.bz2
horizon-79e6d2ee367db0c47f4a92816e908c65097df749.tar.xz
horizon-79e6d2ee367db0c47f4a92816e908c65097df749.zip
Qt UI: Add some Wi-Fi changes from February 23rd I don't remember
Diffstat (limited to 'ui/qt5/netsimplewifipage.hh')
-rw-r--r--ui/qt5/netsimplewifipage.hh7
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 */