method_eapmsg: Let inner method handle EAP-Identity packets

With EapHost inner method, this is a must.

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2020-01-20 13:12:31 +01:00
parent b2edd74270
commit 1290d83b9d
3 changed files with 22 additions and 35 deletions

View File

@@ -131,10 +131,9 @@ namespace eap
/// Constructs a method
///
/// \param[in] mod Module to use for global services
/// \param[in] identity User identity
/// \param[in] inner Inner method
///
method_eapmsg(_In_ module &mod, _In_ const wchar_t *identity, _In_ method *inner);
method_eapmsg(_In_ module &mod, _In_ method *inner);
/// \name Session management
/// @{
@@ -161,8 +160,6 @@ namespace eap
/// @}
protected:
std::wstring m_identity; ///< User identity
///
/// Communication phase
///