Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
WEPProcess Class Reference

WEPProcess handles and manipulates the WEP encryption process on wireless clients. More...

Inheritance diagram for WEPProcess:
Process WPAProcess

Public Member Functions

void setKey (string)
 Sets the WEP key. More...
 
string getKey ()
 Returns the WEP key. More...
 
string getUserId ()
 Returns the User Id. More...
 
string getPasswd ()
 Returns the Password. More...
 
void setUserId (string)
 Set User Id. More...
 
void setPasswd (string)
 Set password. More...
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

WEPProcess handles and manipulates the WEP encryption process on wireless clients.

Member Function Documentation

◆ getKey()

string WEPProcess::getKey ( )

Returns the WEP key.

Returns
string, the WEP key.

◆ getPasswd()

string WEPProcess::getPasswd ( )

Returns the Password.

Returns
string, the password.

◆ getUserId()

string WEPProcess::getUserId ( )

Returns the User Id.

Returns
string, the User Id.

◆ setKey()

void WEPProcess::setKey ( string  )

Sets the WEP key.

Parameters
key,theWEP key.

◆ setPasswd()

void WEPProcess::setPasswd ( string  )

Set password.

Parameters
pwd,thepassword string.

◆ setUserId()

void WEPProcess::setUserId ( string  )

Set User Id.

Parameters
userId,theUser Id string.

The documentation for this class was generated from the following file: