Generic EAPOL handshake.
More...
#include <handshake_capturer.h>
|
|
typedef std::vector< T > | container_type |
|
typedef HWAddress< 6 > | address_type |
|
|
| 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 |
template<typename T>
class Tins::EAPOLHandshake< T >
Generic EAPOL handshake.
Stores both the client and supplicant addresses, as well as all of the EAPOL packets used during the handshake.
◆ EAPOLHandshake()
template<typename T>
| Tins::EAPOLHandshake< T >::EAPOLHandshake |
( |
const address_type & | client_address, |
|
|
const address_type & | supplicant_address, |
|
|
const container_type & | cont ) |
|
inline |
Constructs an EAPOLHandshake object.
- Parameters
-
| client_address | The client address. |
| supplicant_address | The supplicant address. |
| cont | The container that holds the EAPOL packets used in the handshake. |
◆ client_address()
- Returns
- const address_type&
◆ handshake()
- Returns
- const container_type&
◆ supplicant_address()
- Returns
- const address_type&
The documentation for this class was generated from the following file: