summaryrefslogtreecommitdiff
path: root/ui/qt5/netsimplewifipage.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-16 14:10:36 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-16 14:10:36 -0600
commit79a263772b9f489c471ca189e8467a50657c5180 (patch)
treec303d19a41c8fe2d06ad8e1b7b8a36d966849d15 /ui/qt5/netsimplewifipage.hh
parentc5da88af8b079181db18948a006621a3af460221 (diff)
downloadhorizon-79a263772b9f489c471ca189e8467a50657c5180.tar.gz
horizon-79a263772b9f489c471ca189e8467a50657c5180.tar.bz2
horizon-79a263772b9f489c471ca189e8467a50657c5180.tar.xz
horizon-79a263772b9f489c471ca189e8467a50657c5180.zip
Qt UI: Refactor associating
Diffstat (limited to 'ui/qt5/netsimplewifipage.hh')
-rw-r--r--ui/qt5/netsimplewifipage.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt5/netsimplewifipage.hh b/ui/qt5/netsimplewifipage.hh
index ab0e125..59fd12b 100644
--- a/ui/qt5/netsimplewifipage.hh
+++ b/ui/qt5/netsimplewifipage.hh
@@ -53,7 +53,10 @@ private:
wpactrl_xchgitem_t exchange_item;
QSocketNotifier *notify, *connNotify;
QProgressDialog *dialog;
+ bool associated;
+ void associate();
+ void processAssociateMessage(int);
int processScan(wpactrl_t *, const char *, size_t);
friend int scanResults(wpactrl_t *, char const *, size_t, void *, tain_t *);
#endif /* HAS_INSTALL_ENV */