securitysettings/qtconfigutils/eapqtconfiginterface/src/eapqtconfig.cpp
changeset 27 9660a5eb236f
parent 26 9abfd4f00d37
child 34 ad1f037f1ac2
--- a/securitysettings/qtconfigutils/eapqtconfiginterface/src/eapqtconfig.cpp	Mon May 24 20:32:47 2010 +0300
+++ b/securitysettings/qtconfigutils/eapqtconfiginterface/src/eapqtconfig.cpp	Thu May 27 10:23:43 2010 +0300
@@ -17,7 +17,7 @@
  */
 
 /*
- * %version: 8 %
+ * %version: 9 %
  */
 
 #include "eapqtconfig.h"
@@ -27,85 +27,6 @@
 //              EapQtConfig                
 //----------------------------------------------------------------------------
 
-/*!
- * TODO: check the list
- * 
- * EAP-SIM (TypeEapSim), EAP-AKA (TypeEapAka)
- * - UsernameAutomatic
- * - Username
- * - RealmAutomatic
- * - Realm
- * - UsePseudonyms
- * - SessionValidityTime
- * - Notifications
- * 
- * EAP-GTC (TypeEapGtc), LEAP (TypeLeap), 
- * EAP-MSCHAPv2 (TypeEapMschapv2), Plain MSCHAPv2 (TypePlainMschapv2),
- * PAP (TypePap)
- * - Username
- * - PasswordPrompt
- * - Password
- * - Notifications
- * 
- * EAP-TLS (TypeEapTls)
- * - AuthorityCertificateAutomatic
- * - AuthorityCertificate
- * - UserCertificate
- * - UsernameAutomatic
- * - Username
- * - RealmAutomatic
- * - Realm
- * - TlsPrivacy
- * - Notifications
- * - CipherSuites
- * 
- * EAP-TTLS (TypeEapTtls)
- * - AuthorityCertificateAutomatic
- * - AuthorityCertificate
- * - UserCertificate
- * - UsernameAutomatic
- * - Username
- * - RealmAutomatic
- * - Realm
- * - TlsPrivacy
- * - InnerType
- * - Notifications
- * - CipherSuites
- * 
- * EAP-FAST (TypeEapFast)
- * - ProvisioningModeAuthenticated
- * - ProvisioningModeUnAuthenticated
- * - AuthorityCertificateAutomatic
- * - AuthorityCertificate
- * - UserCertificate
- * - UsernameAutomatic
- * - Username
- * - RealmAutomatic
- * - Realm
- * - ServerNameVerify
- * - ServerName
- * - TlsPrivacy
- * - InnerType
- * - PacStorePassword
- * - PacStoreReset
- * - CipherSuites
- * 
- * PEAP (TypePeap)
- * - AuthorityCertificateAutomatic
- * - AuthorityCertificate
- * - UserCertificate
- * - UsernameAutomatic
- * - Username
- * - RealmAutomatic
- * - Realm
- * - ServerNameVerify
- * - ServerName
- * - TlsPrivacy
- * - PeapVersion
- * - InnerType
- * - Notifications
- * - CipherSuites
- */
 EapQtConfig::EapQtConfig() :
     d_ptr(new EapQtConfigPrivate)
 {
@@ -145,7 +66,7 @@
 QList<EapQtConfig::SettingsId> EapQtConfig::validate(
     QList<EapQtConfig::SettingsId> ids)
 {
-    // TODO: allow validation only for 0 < id < SettingsIdLast
+    // not supported
     Q_UNUSED(ids);
     return QList<EapQtConfig::SettingsId>();
 }