diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-16 14:10:36 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-16 14:10:36 -0600 |
commit | 79a263772b9f489c471ca189e8467a50657c5180 (patch) | |
tree | c303d19a41c8fe2d06ad8e1b7b8a36d966849d15 /ui/qt5/netsimplewifipage.hh | |
parent | c5da88af8b079181db18948a006621a3af460221 (diff) | |
download | horizon-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.hh | 3 |
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 */ |