mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 10:39:23 +01:00
eap-private: add initiate/finish EAP types
This commit is contained in:
parent
8f3627646a
commit
5359b54c37
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user