eap: add EAP_TYPE_GTC (6) type

This commit is contained in:
James Prestwood 2018-04-03 13:58:52 -07:00 committed by Denis Kenzior
parent 979380aaf3
commit d1c7f360d2
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ enum eap_type {
EAP_TYPE_NAK = 3,
__EAP_TYPE_MIN_METHOD = 4,
EAP_TYPE_MD5_CHALLENGE = 4,
EAP_TYPE_GTC = 6,
EAP_TYPE_TLS_EAP = 13,
EAP_TYPE_SIM = 18,
EAP_TYPE_TTLS = 21,