libsolidcontrol
Solid::Control::AuthenticationWep Class Reference
#include <authentication.h>

Detailed Description
WEP (Wired Equivalent Privacy) Authentication.Better than prayer for protecting your data, but not much.
Definition at line 74 of file authentication.h.
Public Types | |
enum | WepMethod { WepOpenSystem, WepSharedKey } |
enum | WepType { WepAscii, WepHex, WepPassphrase } |
Public Member Functions | |
AuthenticationWep () | |
int | keyLength () const |
WepMethod | method () const |
void | setKeyLength (int) |
void | setMethod (WepMethod) |
void | setType (WepType) |
WepType | type () const |
virtual | ~AuthenticationWep () |
Member Enumeration Documentation
Authentication schemes Open System has no authentication, if you have the encryption key, you are able to use the network Shared Key means that the station must know a secret key to authenticate to the network.
Not sure if the same key is used for both Auth and Encryption though.
Definition at line 88 of file authentication.h.
Wep password type.
WepAscii and WepPassphrase are both hashed to WepHex using standard algorithms, but are easier to remember.
Definition at line 81 of file authentication.h.
Constructor & Destructor Documentation
Solid::Control::AuthenticationWep::AuthenticationWep | ( | ) |
Definition at line 118 of file authentication.cpp.
Solid::Control::AuthenticationWep::~AuthenticationWep | ( | ) | [virtual] |
Definition at line 124 of file authentication.cpp.
Member Function Documentation
int Solid::Control::AuthenticationWep::keyLength | ( | ) | const |
Solid::Control::AuthenticationWep::WepMethod Solid::Control::AuthenticationWep::method | ( | ) | const |
void Solid::Control::AuthenticationWep::setKeyLength | ( | int | length | ) |
Set the key length in bits Valid values are 40 or 64 (equivalent) 104 or 128 192 256 other values (rare).
Definition at line 149 of file authentication.cpp.
void Solid::Control::AuthenticationWep::setMethod | ( | WepMethod | method | ) |
void Solid::Control::AuthenticationWep::setType | ( | WepType | type | ) |
Solid::Control::AuthenticationWep::WepType Solid::Control::AuthenticationWep::type | ( | ) | const |
The documentation for this class was generated from the following files: