This commit is contained in:
2017-01-31 13:25:21 +01:00
parent cbe831f9f6
commit 0b358acba7
3 changed files with 11 additions and 11 deletions

View File

@@ -26,16 +26,16 @@ class wxMSCHAPv2ConfigPanel;
/// \addtogroup EAPBaseGUI
/// @{
///
/// MSCHAPv2 credential configuration panel
///
typedef wxEAPCredentialsConfigPanel<eap::credentials_pass, wxPasswordCredentialsPanel<eap::credentials_pass, wxPasswordCredentialsPanelBase> > wxMSCHAPv2CredentialsConfigPanel;
///
/// MSCHAPv2 credential entry panel
///
typedef wxPasswordCredentialsPanel<eap::credentials_pass, wxPasswordCredentialsPanelBase> wxMSCHAPv2CredentialsPanel;
///
/// MSCHAPv2 credential configuration panel
///
typedef wxEAPCredentialsConfigPanel<eap::credentials_pass, wxMSCHAPv2CredentialsPanel> wxMSCHAPv2CredentialsConfigPanel;
/// @}
#pragma once