3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 18:38:48 +02:00

eap: added EAP-AKA' method type

This commit is contained in:
James Prestwood 2017-08-30 14:00:23 -07:00 committed by Denis Kenzior
parent 8b575103b6
commit af0e432e0f

View File

@ -74,6 +74,7 @@ enum eap_type {
EAP_TYPE_SIM = 18,
EAP_TYPE_TTLS = 21,
EAP_TYPE_AKA = 23,
EAP_TYPE_AKA_PRIME = 50,
EAP_TYPE_MSCHAPV2 = 26,
EAP_TYPE_EXPANDED = 254,
};