3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

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

View File

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