mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-19 01:42:33 +01:00
eapolutil: Add 2010 EAP protocol version
This commit is contained in:
parent
7ba4f53c57
commit
f7e23b3512
@ -28,6 +28,7 @@
|
|||||||
enum eapol_protocol_version {
|
enum eapol_protocol_version {
|
||||||
EAPOL_PROTOCOL_VERSION_2001 = 1,
|
EAPOL_PROTOCOL_VERSION_2001 = 1,
|
||||||
EAPOL_PROTOCOL_VERSION_2004 = 2,
|
EAPOL_PROTOCOL_VERSION_2004 = 2,
|
||||||
|
EAPOL_PROTOCOL_VERSION_2010 = 3,
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user