strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
adding plugin for EAP-MS-CHAPv2
[strongswan.git]
/
src
/
charon
/
sa
/
authenticators
/
eap
/
eap_method.h
diff --git
a/src/charon/sa/authenticators/eap/eap_method.h
b/src/charon/sa/authenticators/eap/eap_method.h
index
b2a5026
..
edc939d
100644
(file)
--- a/
src/charon/sa/authenticators/eap/eap_method.h
+++ b/
src/charon/sa/authenticators/eap/eap_method.h
@@
-56,6
+56,7
@@
enum eap_type_t {
EAP_GTC = 6,
EAP_SIM = 18,
EAP_AKA = 23,
+ EAP_MSCHAPV2 = 26,
EAP_EXPANDED = 254,
EAP_EXPERIMENTAL = 255,
};