|
libtins
4.0
|
Generic EAPOL handshake. More...
#include <handshake_capturer.h>
Public Types | |
| typedef std::vector< T > | container_type |
| typedef HWAddress< 6 > | address_type |
Public Member Functions | |
| EAPOLHandshake () | |
| Default constructor. | |
| EAPOLHandshake (const address_type &client_address, const address_type &supplicant_address, const container_type &cont) | |
| const address_type & | client_address () const |
| const address_type & | supplicant_address () const |
| const container_type & | handshake () const |
Generic EAPOL handshake.
Stores both the client and supplicant addresses, as well as all of the EAPOL packets used during the handshake.
|
inline |
Constructs an EAPOLHandshake object.
| client_address | The client address. |
| supplicant_address | The supplicant address. |
| cont | The container that holds the EAPOL packets used in the handshake. |
|
inline |
|
inline |
|
inline |
1.8.11