Inner EAP method support progress continues...

This commit is contained in:
2016-10-03 15:48:54 +02:00
parent c53ed21d55
commit 7d13222838
5 changed files with 77 additions and 20 deletions

View File

@@ -100,6 +100,7 @@ namespace eap
virtual const wchar_t* get_method_str() const;
public:
EAP_METHOD_TYPE m_type;
EAP_METHOD_TYPE m_type; ///< EapHost method type: (EAP type, vendor ID, vendor type, author ID) tuple
sanitizing_blob m_cfg_blob; ///< Method configuration BLOB
};
}