Support for Legacy Nak introduced

This commit is contained in:
2016-11-02 11:27:11 +01:00
parent fba3619747
commit 70ce94b84e
2 changed files with 33 additions and 10 deletions

View File

@@ -358,6 +358,7 @@ namespace eap
protected:
const winstd::eap_type_t m_eap_method; ///< EAP method type
unsigned char m_id; ///< Request packet ID
bool m_send_nak; ///< Are we sending Legacy Nak response?
};
/// @}