eap-private: add initiate/finish EAP types

This commit is contained in:
James Prestwood 2019-04-04 15:30:36 -07:00 committed by Denis Kenzior
parent 8f3627646a
commit 5359b54c37
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ enum eap_code {
EAP_CODE_RESPONSE = 2,
EAP_CODE_SUCCESS = 3,
EAP_CODE_FAILURE = 4,
EAP_CODE_INITIATE = 5,
EAP_CODE_FINISH = 6,
};
struct eap_method {