eap: add eap type 25 - peap

This commit is contained in:
Tim Kourt 2018-01-23 15:29:11 -08:00 committed by Denis Kenzior
parent 802a8f86ff
commit b33486a7c7
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ enum eap_type {
EAP_TYPE_SIM = 18,
EAP_TYPE_TTLS = 21,
EAP_TYPE_AKA = 23,
EAP_TYPE_PEAP = 25,
EAP_TYPE_EXTENSIONS = 33,
EAP_TYPE_AKA_PRIME = 50,
EAP_TYPE_MSCHAPV2 = 26,