libsolidcontrol
Solid::Control::AuthenticationWpaEnterprise Class Reference
WPA Enterprise. More...
#include <authentication.h>

Public Types | |
| enum | EapMethod { EapPeap, EapTls, EapTtls, EapMd5, EapMsChap, EapOtp, EapGtc } |
Public Member Functions | |
| QString | anonIdentity () const |
| AuthenticationWpaEnterprise () | |
| QString | certCA () const |
| QString | certClient () const |
| QString | certPrivate () const |
| QString | certPrivatePasswordKey () const |
| QString | identity () const |
| QString | idPasswordKey () const |
| EapMethod | method () const |
| void | setAnonIdentity (const QString &) |
| void | setCertCA (const QString &) |
| void | setCertClient (const QString &) |
| void | setCertPrivate (const QString &) |
| void | setCertPrivatePasswordKey (const QString &) |
| void | setIdentity (const QString &) |
| void | setIdPasswordKey (const QString &) |
| void | setMethod (EapMethod) |
| virtual | ~AuthenticationWpaEnterprise () |
Detailed Description
WPA Enterprise.Definition at line 203 of file authentication.h.
Member Enumeration Documentation
Constructor & Destructor Documentation
| Solid::Control::AuthenticationWpaEnterprise::AuthenticationWpaEnterprise | ( | ) |
Definition at line 219 of file authentication.cpp.
| Solid::Control::AuthenticationWpaEnterprise::~AuthenticationWpaEnterprise | ( | ) | [virtual] |
Definition at line 225 of file authentication.cpp.
Member Function Documentation
| QString Solid::Control::AuthenticationWpaEnterprise::anonIdentity | ( | ) | const |
TODO: check with thoenig what this means - probably identity off one of the certs.
Definition at line 245 of file authentication.cpp.
| QString Solid::Control::AuthenticationWpaEnterprise::certCA | ( | ) | const |
Get path to the certification authority certificate.
Definition at line 265 of file authentication.cpp.
| QString Solid::Control::AuthenticationWpaEnterprise::certClient | ( | ) | const |
| QString Solid::Control::AuthenticationWpaEnterprise::certPrivate | ( | ) | const |
| QString Solid::Control::AuthenticationWpaEnterprise::certPrivatePasswordKey | ( | ) | const |
Get the private certificate password key (helper method).
Definition at line 306 of file authentication.cpp.
| QString Solid::Control::AuthenticationWpaEnterprise::identity | ( | ) | const |
TODO: check with thoenig what this means - probably identity off one of the certs.
Definition at line 235 of file authentication.cpp.
| QString Solid::Control::AuthenticationWpaEnterprise::idPasswordKey | ( | ) | const |
| Solid::Control::AuthenticationWpaEnterprise::EapMethod Solid::Control::AuthenticationWpaEnterprise::method | ( | ) | const |
| void Solid::Control::AuthenticationWpaEnterprise::setAnonIdentity | ( | const QString & | anonIdentity | ) |
TODO: check with thoenig what this means - probably identity off one of the certs.
Definition at line 240 of file authentication.cpp.
| void Solid::Control::AuthenticationWpaEnterprise::setCertCA | ( | const QString & | certCA | ) |
Set path to the certification authority certificate.
Definition at line 260 of file authentication.cpp.
| void Solid::Control::AuthenticationWpaEnterprise::setCertClient | ( | const QString & | certClient | ) |
| void Solid::Control::AuthenticationWpaEnterprise::setCertPrivate | ( | const QString & | certPrivate | ) |
| void Solid::Control::AuthenticationWpaEnterprise::setCertPrivatePasswordKey | ( | const QString & | certPrivatePasswordKey | ) |
Set the private certificate password key (helper method).
Definition at line 301 of file authentication.cpp.
| void Solid::Control::AuthenticationWpaEnterprise::setIdentity | ( | const QString & | identity | ) |
TODO: check with thoenig what this means - probably identity off one of the certs.
Definition at line 230 of file authentication.cpp.
| void Solid::Control::AuthenticationWpaEnterprise::setIdPasswordKey | ( | const QString & | idPasswordKey | ) |
| void Solid::Control::AuthenticationWpaEnterprise::setMethod | ( | EapMethod | method | ) |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference