WinStd
Additional templates and function helpers for Microsoft Windows using Standard C++ classes
Public Member Functions | List of all members
winstd::eap_attr Class Reference

EAP_ATTRIBUTE wrapper class. More...

#include <WinStd/EAP.h>

Inheritance diagram for winstd::eap_attr:

Public Member Functions

 eap_attr () noexcept
 Initializes a new EAP attribute set to eatReserved.
 
 eap_attr (1 const EAP_ATTRIBUTE &a)
 Copies an existing EAP attribute.
 
 eap_attr (1 eap_attr &&a) noexcept
 Moves an existing EAP attribute.
 
 ~eap_attr ()
 Destroys the EAP attribute.
 
eap_attroperator= (1 const EAP_ATTRIBUTE &a)
 Copies an existing EAP attribute.
 
eap_attroperator= (1 eap_attr &&a) noexcept
 Moves an existing EAP attribute.
 
void create_ms_mppe_key (1 BYTE bVendorType, LPCBYTE pbKey, 1 BYTE nKeySize)
 Creates MS-MPPE-Send-Key or MS-MPPE-Recv-Key. More...
 

Detailed Description

EAP_ATTRIBUTE wrapper class.

Member Function Documentation

◆ create_ms_mppe_key()

void winstd::eap_attr::create_ms_mppe_key ( 1 BYTE  bVendorType,
LPCBYTE  pbKey,
1 BYTE  nKeySize 
)
inline

Creates MS-MPPE-Send-Key or MS-MPPE-Recv-Key.

See also
RADIUS Vendor-Specific
MS-MPPE-Send-Key
MS-MPPE-Recv-Key

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