diff --git a/src/frontend/enterprise-wlan/enterprisewlandialog.cpp b/src/frontend/enterprise-wlan/enterprisewlandialog.cpp index 9d84189d..b9d1dfdd 100644 --- a/src/frontend/enterprise-wlan/enterprisewlandialog.cpp +++ b/src/frontend/enterprise-wlan/enterprisewlandialog.cpp @@ -168,6 +168,7 @@ void EnterpriseWlanDialog::onBtnConnectClicked() } else { qWarning() << "Connect enterprise wlan failed!(Unknown eap type)" << Q_FUNC_INFO << __LINE__; } + close(); } void EnterpriseWlanDialog::onEapTypeChanged(const KyEapMethodType &type)